Html Css Color HEX #9D766A Hemp

📋 copy color: '#9D766A'

red 157 ◦ green 118 ◦ blue 106

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

Shades of Hemp #9D766A

Tints of Hemp #9D766A

RGB

 RED value IS 157 (61.72% from 255) = 41.21%

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

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

R = 41.21%
G = 30.97%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D766A (or 0x9D766A) is known color: Hemp. HEX triplet: 9D, 76 and 6A. RGB value is (157,118,106). Sum of RGB (Red+Green+Blue) = 157+118+106=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D766A is #628995. Grayscale: #808080. Windows color (decimal): -6457750 or 6977181. OLE color: 6977181.

HSL color Cylindrical-coordinate representation of color #9D766A: hue angle of 14.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D766A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 118 106 -
CMYK 0 0.25 0.32 0.38
HSL 14.12º 0.21% 0.52% -
HSV(B) 14.12º 0.32% 0.62% -
XYZ 22.98 21.17 16.51 -
YUV 128.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 157 118 106 0 0.25 0.32 0.38 14.12 0.21 0.52
Hex 9D 76 6A 0 19 20 26 E 15 34
Octal 235 166 152 0 31 40 46 16 25 64
Binary 10011101 1110110 1101010 0 11001 100000 100110 1110 10101 110100

Color Harmonies of #9D766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D766A

Black with #9D766A

Text Example


Text Example

White with #9D766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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