Html Css Color HEX #9B756C Hemp

📋 copy color: '#9B756C'

red 155 ◦ green 117 ◦ blue 108

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

Shades of Hemp #9B756C

Tints of Hemp #9B756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.42%

R = 40.79%
G = 30.79%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B756C (or 0x9B756C) is known color: Hemp. HEX triplet: 9B, 75 and 6C. RGB value is (155,117,108). Sum of RGB (Red+Green+Blue) = 155+117+108=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B756C is #648A93. Grayscale: #7F7F7F. Windows color (decimal): -6589076 or 7107995. OLE color: 7107995.

HSL color Cylindrical-coordinate representation of color #9B756C: hue angle of 11.49º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B756C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 108 -
CMYK 0 0.25 0.30 0.39
HSL 11.49º 0.19% 0.52% -
HSV(B) 11.49º 0.3% 0.61% -
XYZ 22.59 20.77 17.01 -
YUV 127.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 155 117 108 0 0.25 0.30 0.39 11.49 0.19 0.52
Hex 9B 75 6C 0 19 1E 27 B 13 34
Octal 233 165 154 0 31 36 47 13 23 64
Binary 10011011 1110101 1101100 0 11001 11110 100111 1011 10011 110100

Color Harmonies of #9B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B756C

Black with #9B756C

Text Example


Text Example

White with #9B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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