Html Css Color HEX #9B7D71 Hemp

📋 copy color: '#9B7D71'

red 155 ◦ green 125 ◦ blue 113

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

Shades of Hemp #9B7D71

Tints of Hemp #9B7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 39.44%
G = 31.81%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B7D71 (or 0x9B7D71) is known color: Hemp. HEX triplet: 9B, 7D and 71. RGB value is (155,125,113). Sum of RGB (Red+Green+Blue) = 155+125+113=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D71 is #64828E. Grayscale: #848484. Windows color (decimal): -6587023 or 7437723. OLE color: 7437723.

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

Color convert

RGB 155 125 113 -
CMYK 0 0.19 0.27 0.39
HSL 17.14º 0.17% 0.53% -
HSV(B) 17.14º 0.27% 0.61% -
XYZ 23.83 22.83 18.77 -
YUV 132.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 155 125 113 0 0.19 0.27 0.39 17.14 0.17 0.53
Hex 9B 7D 71 0 13 1B 27 11 11 35
Octal 233 175 161 0 23 33 47 21 21 65
Binary 10011011 1111101 1110001 0 10011 11011 100111 10001 10001 110101

Color Harmonies of #9B7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7D71

Black with #9B7D71

Text Example


Text Example

White with #9B7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,125,113); }

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

background-color css

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

 a { background-color: rgb(155,125,113); }

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

border-color css

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

 span { border-color: rgb(155,125,113); }

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