Html Css Color HEX #9B756A Hemp

📋 copy color: '#9B756A'

red 155 ◦ green 117 ◦ blue 106

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

Shades of Hemp #9B756A

Tints of Hemp #9B756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 41.01%
G = 30.95%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B756A (or 0x9B756A) is known color: Hemp. HEX triplet: 9B, 75 and 6A. RGB value is (155,117,106). Sum of RGB (Red+Green+Blue) = 155+117+106=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756A is #648A95. Grayscale: #7F7F7F. Windows color (decimal): -6589078 or 6976923. OLE color: 6976923.

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

Color convert

RGB 155 117 106 -
CMYK 0 0.25 0.32 0.39
HSL 13.47º 0.2% 0.51% -
HSV(B) 13.47º 0.32% 0.61% -
XYZ 22.48 20.73 16.45 -
YUV 127.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 155 117 106 0 0.25 0.32 0.39 13.47 0.2 0.51
Hex 9B 75 6A 0 19 20 27 D 14 33
Octal 233 165 152 0 31 40 47 15 24 63
Binary 10011011 1110101 1101010 0 11001 100000 100111 1101 10100 110011

Color Harmonies of #9B756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B756A

Black with #9B756A

Text Example


Text Example

White with #9B756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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