Html Css Color HEX #9B796C Hemp

📋 copy color: '#9B796C'

red 155 ◦ green 121 ◦ blue 108

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

Shades of Hemp #9B796C

Tints of Hemp #9B796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.51%

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

R = 40.36%
G = 31.51%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B796C (or 0x9B796C) is known color: Hemp. HEX triplet: 9B, 79 and 6C. RGB value is (155,121,108). Sum of RGB (Red+Green+Blue) = 155+121+108=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B796C is #648693. Grayscale: #818181. Windows color (decimal): -6588052 or 7109019. OLE color: 7109019.

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

Color convert

RGB 155 121 108 -
CMYK 0 0.22 0.30 0.39
HSL 16.6º 0.19% 0.52% -
HSV(B) 16.6º 0.3% 0.61% -
XYZ 23.06 21.73 17.17 -
YUV 129.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 155 121 108 0 0.22 0.30 0.39 16.6 0.19 0.52
Hex 9B 79 6C 0 16 1E 27 11 13 34
Octal 233 171 154 0 26 36 47 21 23 64
Binary 10011011 1111001 1101100 0 10110 11110 100111 10001 10011 110100

Color Harmonies of #9B796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B796C

Black with #9B796C

Text Example


Text Example

White with #9B796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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