Html Css Color HEX #95796B Hemp

📋 copy color: '#95796B'

red 149 ◦ green 121 ◦ blue 107

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

Shades of Hemp #95796B

Tints of Hemp #95796B

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

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

R = 39.52%
G = 32.1%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95796B (or 0x95796B) is known color: Hemp. HEX triplet: 95, 79 and 6B. RGB value is (149,121,107). Sum of RGB (Red+Green+Blue) = 149+121+107=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95796B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95796B is #6A8694. Grayscale: #7F7F7F. Windows color (decimal): -6981269 or 7043477. OLE color: 7043477.

HSL color Cylindrical-coordinate representation of color #95796B: hue angle of 20º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95796B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 121 107 -
CMYK 0 0.19 0.28 0.42
HSL 20º 0.17% 0.5% -
HSV(B) 20º 0.28% 0.58% -
XYZ 21.89 21.13 16.83 -
YUV 127.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 149 121 107 0 0.19 0.28 0.42 20 0.17 0.5
Hex 95 79 6B 0 13 1C 2A 14 11 32
Octal 225 171 153 0 23 34 52 24 21 62
Binary 10010101 1111001 1101011 0 10011 11100 101010 10100 10001 110010

Color Harmonies of #95796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95796B

Black with #95796B

Text Example


Text Example

White with #95796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95796B; }

 p { color: rgb(149,121,107); }

 H1.HeaderClassName
 {
   color: #95796B;
 }
 .AnyTagClassName
 {
   color: #95796B;
 }
</style>

background-color css

<style>
 a { background-color: #95796B; }

 a { background-color: rgb(149,121,107); }

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

border-color css

<style>
 span { border-color: #95796B; }

 span { border-color: rgb(149,121,107); }

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