Html Css Color HEX #9B786B Hemp

📋 copy color: '#9B786B'

red 155 ◦ green 120 ◦ blue 107

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

Shades of Hemp #9B786B

Tints of Hemp #9B786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 40.58%
G = 31.41%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B786B (or 0x9B786B) is known color: Hemp. HEX triplet: 9B, 78 and 6B. RGB value is (155,120,107). Sum of RGB (Red+Green+Blue) = 155+120+107=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B786B is #648794. Grayscale: #818181. Windows color (decimal): -6588309 or 7043227. OLE color: 7043227.

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

Color convert

RGB 155 120 107 -
CMYK 0 0.23 0.31 0.39
HSL 16.25º 0.19% 0.51% -
HSV(B) 16.25º 0.31% 0.61% -
XYZ 22.89 21.46 16.85 -
YUV 128.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 155 120 107 0 0.23 0.31 0.39 16.25 0.19 0.51
Hex 9B 78 6B 0 17 1F 27 10 13 33
Octal 233 170 153 0 27 37 47 20 23 63
Binary 10011011 1111000 1101011 0 10111 11111 100111 10000 10011 110011

Color Harmonies of #9B786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B786B

Black with #9B786B

Text Example


Text Example

White with #9B786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,107); }

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

background-color css

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

 a { background-color: rgb(155,120,107); }

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

border-color css

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

 span { border-color: rgb(155,120,107); }

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