Html Css Color HEX #9D766D Hemp

📋 copy color: '#9D766D'

red 157 ◦ green 118 ◦ blue 109

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

Shades of Hemp #9D766D

Tints of Hemp #9D766D

RGB

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

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

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

R = 40.89%
G = 30.73%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D766D (or 0x9D766D) is known color: Hemp. HEX triplet: 9D, 76 and 6D. RGB value is (157,118,109). Sum of RGB (Red+Green+Blue) = 157+118+109=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D766D is #628992. Grayscale: #808080. Windows color (decimal): -6457747 or 7173789. OLE color: 7173789.

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

Color convert

RGB 157 118 109 -
CMYK 0 0.25 0.31 0.38
HSL 11.25º 0.2% 0.52% -
HSV(B) 11.25º 0.31% 0.62% -
XYZ 23.14 21.23 17.35 -
YUV 128.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 157 118 109 0 0.25 0.31 0.38 11.25 0.2 0.52
Hex 9D 76 6D 0 19 1F 26 B 14 34
Octal 235 166 155 0 31 37 46 13 24 64
Binary 10011101 1110110 1101101 0 11001 11111 100110 1011 10100 110100

Color Harmonies of #9D766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D766D

Black with #9D766D

Text Example


Text Example

White with #9D766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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