#9C7D6F

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

Shades of Hemp #9C7D6F

Tints of Hemp #9C7D6F

Color information

#9C7D6F (or 0x9C7D6F) is unknown color: approx Hemp. HEX triplet: 9C, 7D and 6F. RGB value is (156,125,111). Sum of RGB (Red+Green+Blue) = 156+125+111=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D6F is #638290. Grayscale: #848484. Windows color (decimal): -6521489 or 7306652. OLE color: 7306652.

HSL color Cylindrical-coordinate representation of color #9C7D6F: hue angle of 18.67º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C7D6F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156125111-
CMYK00.200.290.39
HSL18.67º18.52%52.35%-
HSV(B)18.67º28.85%61.18%-
XYZ23.9122.8818.2-
YUV132.67115.77144.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=39.80%
G=31.89%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612511100.200.290.3918.6718.5252.35
Hex9C7D6F0141D27131334
Octal2341751570243547232364
Binary1001110011111011101111010100111011001111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,111); }

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

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

 a { background-color: rgb(156,125,111); }

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

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

 span { border-color: rgb(156,125,111); }

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