Html Css Color HEX #9C766A Hemp

📋 copy color: '#9C766A'

red 156 ◦ green 118 ◦ blue 106

#9C766A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #9C766A

Tints of Hemp #9C766A

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

 GREEN value IS 118 (46.48% from 255) = 31.05%

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 41.05%
G = 31.05%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C766A (or 0x9C766A) is known color: Hemp. HEX triplet: 9C, 76 and 6A. RGB value is (156,118,106). Sum of RGB (Red+Green+Blue) = 156+118+106=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C766A is #638995. Grayscale: #808080. Windows color (decimal): -6523286 or 6977180. OLE color: 6977180.

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

Color convert

RGB 156 118 106 -
CMYK 0 0.24 0.32 0.39
HSL 14.4º 0.2% 0.51% -
HSV(B) 14.4º 0.32% 0.61% -
XYZ 22.79 21.07 16.5 -
YUV 127.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 156 118 106 0 0.24 0.32 0.39 14.4 0.2 0.51
Hex 9C 76 6A 0 18 20 27 E 14 33
Octal 234 166 152 0 30 40 47 16 24 63
Binary 10011100 1110110 1101010 0 11000 100000 100111 1110 10100 110011

Color Harmonies of #9C766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C766A

Black with #9C766A

Text Example


Text Example

White with #9C766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,118,106); }

 H1.HeaderClassName
 {
   color: #9C766A;
 }
 .AnyTagClassName
 {
   color: #9C766A;
 }
</style>

background-color css

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

 a { background-color: rgb(156,118,106); }

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

border-color css

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

 span { border-color: rgb(156,118,106); }

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