#9C756E

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

Shades of Hemp #9C756E

Tints of Hemp #9C756E

Color information

#9C756E (or 0x9C756E) is unknown color: approx Hemp. HEX triplet: 9C, 75 and 6E. RGB value is (156,117,110). Sum of RGB (Red+Green+Blue) = 156+117+110=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C756E is #638A91. Grayscale: #7F7F7F. Windows color (decimal): -6523538 or 7239068. OLE color: 7239068.

HSL color Cylindrical-coordinate representation of color #9C756E: hue angle of 9.13º 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 #9C756E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156117110-
CMYK00.250.290.39
HSL9.13º18.85%52.16%-
HSV(B)9.13º29.49%61.18%-
XYZ22.8920.9217.58-
YUV127.86117.92148.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=40.73%
G=30.55%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611711000.250.290.399.1318.8552.16
Hex9C756E0191D2791334
Octal2341651560313547112364
Binary100111001110101110111001100111101100111100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,110); }

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

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

 a { background-color: rgb(156,117,110); }

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

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

 span { border-color: rgb(156,117,110); }

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