Html Css Color HEX #9C766D Hemp

📋 copy color: '#9C766D'

red 156 ◦ green 118 ◦ blue 109

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

Shades of Hemp #9C766D

Tints of Hemp #9C766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 40.73%
G = 30.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C766D (or 0x9C766D) is known color: Hemp. HEX triplet: 9C, 76 and 6D. RGB value is (156,118,109). Sum of RGB (Red+Green+Blue) = 156+118+109=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C766D is #638992. Grayscale: #808080. Windows color (decimal): -6523283 or 7173788. OLE color: 7173788.

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

Color convert

RGB 156 118 109 -
CMYK 0 0.24 0.30 0.39
HSL 11.49º 0.19% 0.52% -
HSV(B) 11.49º 0.3% 0.61% -
XYZ 22.95 21.13 17.34 -
YUV 128.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 156 118 109 0 0.24 0.30 0.39 11.49 0.19 0.52
Hex 9C 76 6D 0 18 1E 27 B 13 34
Octal 234 166 155 0 30 36 47 13 23 64
Binary 10011100 1110110 1101101 0 11000 11110 100111 1011 10011 110100

Color Harmonies of #9C766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C766D

Black with #9C766D

Text Example


Text Example

White with #9C766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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