Html Css Color HEX #9B8076 Hemp

📋 copy color: '#9B8076'

red 155 ◦ green 128 ◦ blue 118

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

Shades of Hemp #9B8076

Tints of Hemp #9B8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 118 (46.48% from 255) = 29.43%

R = 38.65%
G = 31.92%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B8076 (or 0x9B8076) is known color: Hemp. HEX triplet: 9B, 80 and 76. RGB value is (155,128,118). Sum of RGB (Red+Green+Blue) = 155+128+118=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8076 is #647F89. Grayscale: #878787. Windows color (decimal): -6586250 or 7766171. OLE color: 7766171.

HSL color Cylindrical-coordinate representation of color #9B8076: hue angle of 16.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B8076 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 118 -
CMYK 0 0.17 0.24 0.39
HSL 16.22º 0.16% 0.54% -
HSV(B) 16.22º 0.24% 0.61% -
XYZ 24.51 23.71 20.43 -
YUV 134.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 155 128 118 0 0.17 0.24 0.39 16.22 0.16 0.54
Hex 9B 80 76 0 11 18 27 10 10 36
Octal 233 200 166 0 21 30 47 20 20 66
Binary 10011011 10000000 1110110 0 10001 11000 100111 10000 10000 110110

Color Harmonies of #9B8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8076

Black with #9B8076

Text Example


Text Example

White with #9B8076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,118); }

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

background-color css

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

 a { background-color: rgb(155,128,118); }

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

border-color css

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

 span { border-color: rgb(155,128,118); }

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