#9C8378

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

Shades of Hemp #9C8378

Tints of Hemp #9C8378

Color information

#9C8378 (or 0x9C8378) is unknown color: approx Hemp. HEX triplet: 9C, 83 and 78. RGB value is (156,131,120). Sum of RGB (Red+Green+Blue) = 156+131+120=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8378 is #637C87. Grayscale: #898989. Windows color (decimal): -6519944 or 7898012. OLE color: 7898012.

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

Color convert

RGB156131120-
CMYK00.160.230.39
HSL18.33º15.38%54.12%-
HSV(B)18.33º23.08%61.18%-
XYZ25.2224.6621.2-
YUV137.22118.28141.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=38.33%
G=32.19%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613112000.160.230.3918.3315.3854.12
Hex9C8378010172712f36
Octal2342031700202747221766
Binary1001110010000011111100001000010111100111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,120); }

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

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

 a { background-color: rgb(156,131,120); }

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

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

 span { border-color: rgb(156,131,120); }

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