Html Css Color HEX #9B796F Hemp

📋 copy color: '#9B796F'

red 155 ◦ green 121 ◦ blue 111

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

Shades of Hemp #9B796F

Tints of Hemp #9B796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 40.05%
G = 31.27%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B796F (or 0x9B796F) is known color: Hemp. HEX triplet: 9B, 79 and 6F. RGB value is (155,121,111). Sum of RGB (Red+Green+Blue) = 155+121+111=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B796F is #648690. Grayscale: #828282. Windows color (decimal): -6588049 or 7305627. OLE color: 7305627.

HSL color Cylindrical-coordinate representation of color #9B796F: hue angle of 13.64º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B796F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 111 -
CMYK 0 0.22 0.28 0.39
HSL 13.64º 0.18% 0.52% -
HSV(B) 13.64º 0.28% 0.61% -
XYZ 23.22 21.79 18.02 -
YUV 130.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 155 121 111 0 0.22 0.28 0.39 13.64 0.18 0.52
Hex 9B 79 6F 0 16 1C 27 E 12 34
Octal 233 171 157 0 26 34 47 16 22 64
Binary 10011011 1111001 1101111 0 10110 11100 100111 1110 10010 110100

Color Harmonies of #9B796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B796F

Black with #9B796F

Text Example


Text Example

White with #9B796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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