Html Css Color HEX #9C766C Hemp

📋 copy color: '#9C766C'

red 156 ◦ green 118 ◦ blue 108

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

Shades of Hemp #9C766C

Tints of Hemp #9C766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 40.84%
G = 30.89%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C766C (or 0x9C766C) is known color: Hemp. HEX triplet: 9C, 76 and 6C. RGB value is (156,118,108). Sum of RGB (Red+Green+Blue) = 156+118+108=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C766C is #638993. Grayscale: #808080. Windows color (decimal): -6523284 or 7108252. OLE color: 7108252.

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

Color convert

RGB 156 118 108 -
CMYK 0 0.24 0.31 0.39
HSL 12.5º 0.2% 0.52% -
HSV(B) 12.5º 0.31% 0.61% -
XYZ 22.9 21.11 17.05 -
YUV 128.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 156 118 108 0 0.24 0.31 0.39 12.5 0.2 0.52
Hex 9C 76 6C 0 18 1F 27 C 14 34
Octal 234 166 154 0 30 37 47 14 24 64
Binary 10011100 1110110 1101100 0 11000 11111 100111 1100 10100 110100

Color Harmonies of #9C766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C766C

Black with #9C766C

Text Example


Text Example

White with #9C766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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