#95756C

Color #95756C Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #95756C

Tints of Hemp #95756C

Color information

#95756C (or 0x95756C) is unknown color: approx Hemp. HEX triplet: 95, 75 and 6C. RGB value is (149,117,108). Sum of RGB (Red+Green+Blue) = 149+117+108=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95756C is #6A8A93. Grayscale: #7D7D7D. Windows color (decimal): -6982292 or 7107989. OLE color: 7107989.

HSL color Cylindrical-coordinate representation of color #95756C: hue angle of 13.17º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95756C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149117108-
CMYK00.210.280.42
HSL13.17º16.21%50.39%-
HSV(B)13.17º27.52%58.43%-
XYZ21.4620.1916.95-
YUV125.54118.1144.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=39.84%
G=31.28%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911710800.210.280.4213.1716.2150.39
Hex95756C0151C2Ad1032
Octal2251651540253452152062
Binary100101011110101110110001010111100101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95756C; }

 p { color: rgb(149,117,108); }

 H1.HeaderClassName
 {
   color: #95756C;
 }
 .AnyTagClassName
 {
   color: #95756C;
 }
</style>
background-color css

<style>
 a { background-color: #95756C; }

 a { background-color: rgb(149,117,108); }

 div.DivClassName
 {
   background-color: #95756C;
 }
 .BgClassName
 {
   background-color: #95756C;
 }
</style>
border-color css

<style>
 span { border-color: #95756C; }

 span { border-color: rgb(149,117,108); }

 td.TdClassName
 {
   border-color: #95756C;
 }
 .TagClassName
 {
   border-color: #95756C;
 }
</style>