Html Css Color HEX #9D776A Hemp

📋 copy color: '#9D776A'

red 157 ◦ green 119 ◦ blue 106

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

Shades of Hemp #9D776A

Tints of Hemp #9D776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 41.1%
G = 31.15%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D776A (or 0x9D776A) is known color: Hemp. HEX triplet: 9D, 77 and 6A. RGB value is (157,119,106). Sum of RGB (Red+Green+Blue) = 157+119+106=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D776A is #628895. Grayscale: #808080. Windows color (decimal): -6457494 or 6977437. OLE color: 6977437.

HSL color Cylindrical-coordinate representation of color #9D776A: hue angle of 15.29º 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 #9D776A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 119 106 -
CMYK 0 0.24 0.32 0.38
HSL 15.29º 0.21% 0.52% -
HSV(B) 15.29º 0.32% 0.62% -
XYZ 23.1 21.4 16.55 -
YUV 128.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 157 119 106 0 0.24 0.32 0.38 15.29 0.21 0.52
Hex 9D 77 6A 0 18 20 26 F 15 34
Octal 235 167 152 0 30 40 46 17 25 64
Binary 10011101 1110111 1101010 0 11000 100000 100110 1111 10101 110100

Color Harmonies of #9D776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D776A

Black with #9D776A

Text Example


Text Example

White with #9D776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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