Html Css Color HEX #9B776A Hemp

📋 copy color: '#9B776A'

red 155 ◦ green 119 ◦ blue 106

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

Shades of Hemp #9B776A

Tints of Hemp #9B776A

RGB

 RED value IS 155 (60.94% from 255) = 40.79%

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

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

R = 40.79%
G = 31.32%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B776A (or 0x9B776A) is known color: Hemp. HEX triplet: 9B, 77 and 6A. RGB value is (155,119,106). Sum of RGB (Red+Green+Blue) = 155+119+106=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B776A is #648895. Grayscale: #808080. Windows color (decimal): -6588566 or 6977435. OLE color: 6977435.

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

Color convert

RGB 155 119 106 -
CMYK 0 0.23 0.32 0.39
HSL 15.92º 0.2% 0.51% -
HSV(B) 15.92º 0.32% 0.61% -
XYZ 22.72 21.2 16.53 -
YUV 128.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 155 119 106 0 0.23 0.32 0.39 15.92 0.2 0.51
Hex 9B 77 6A 0 17 20 27 10 14 33
Octal 233 167 152 0 27 40 47 20 24 63
Binary 10011011 1110111 1101010 0 10111 100000 100111 10000 10100 110011

Color Harmonies of #9B776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B776A

Black with #9B776A

Text Example


Text Example

White with #9B776A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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