#9C8277

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

Shades of Hemp #9C8277

Tints of Hemp #9C8277

Color information

#9C8277 (or 0x9C8277) is unknown color: approx Hemp. HEX triplet: 9C, 82 and 77. RGB value is (156,130,119). Sum of RGB (Red+Green+Blue) = 156+130+119=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8277 is #637D88. Grayscale: #888888. Windows color (decimal): -6520201 or 7832220. OLE color: 7832220.

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

Color convert

RGB156130119-
CMYK00.170.240.39
HSL17.84º15.74%53.92%-
HSV(B)17.84º23.72%61.18%-
XYZ25.0224.3720.84-
YUV136.52118.11141.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=38.52%
G=32.10%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613011900.170.240.3917.8415.7453.92
Hex9C82770111827121036
Octal2342021670213047222066
Binary10011100100000101110111010001110001001111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,119); }

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

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

 a { background-color: rgb(156,130,119); }

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

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

 span { border-color: rgb(156,130,119); }

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