#9C807A

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

Shades of Hemp #9C807A

Tints of Hemp #9C807A

Color information

#9C807A (or 0x9C807A) is unknown color: approx Hemp. HEX triplet: 9C, 80 and 7A. RGB value is (156,128,122). Sum of RGB (Red+Green+Blue) = 156+128+122=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C807A is #637F85. Grayscale: #878787. Windows color (decimal): -6520710 or 8028316. OLE color: 8028316.

HSL color Cylindrical-coordinate representation of color #9C807A: hue angle of 10.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C807A is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB156128122-
CMYK00.180.220.39
HSL10.59º14.66%54.51%-
HSV(B)10.59º21.79%61.18%-
XYZ24.9423.9121.71-
YUV135.69120.28142.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=38.42%
G=31.53%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612812200.180.220.3910.5914.6654.51
Hex9C807A0121627bf37
Octal2342001720222647131767
Binary100111001000000011110100100101011010011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C807A; }

 p { color: rgb(156,128,122); }

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

<style>
 a { background-color: #9C807A; }

 a { background-color: rgb(156,128,122); }

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

<style>
 span { border-color: #9C807A; }

 span { border-color: rgb(156,128,122); }

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