#9C7A68

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

Shades of Hemp #9C7A68

Tints of Hemp #9C7A68

Color information

#9C7A68 (or 0x9C7A68) is unknown color: approx Hemp. HEX triplet: 9C, 7A and 68. RGB value is (156,122,104). Sum of RGB (Red+Green+Blue) = 156+122+104=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A68 is #638597. Grayscale: #828282. Windows color (decimal): -6522264 or 6847132. OLE color: 6847132.

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

Color convert

RGB156122104-
CMYK00.220.330.39
HSL20.77º20.8%50.98%-
HSV(B)20.77º33.33%61.18%-
XYZ23.1721.9916.12-
YUV130.11113.26146.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=40.84%
G=31.94%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612210400.220.330.3920.7720.850.98
Hex9C7A680162127151533
Octal2341721500264147252563
Binary10011100111101011010000101101000011001111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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