Html Css Color HEX #95796E Hemp

📋 copy color: '#95796E'

red 149 ◦ green 121 ◦ blue 110

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

Shades of Hemp #95796E

Tints of Hemp #95796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 39.21%
G = 31.84%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95796E (or 0x95796E) is known color: Hemp. HEX triplet: 95, 79 and 6E. RGB value is (149,121,110). Sum of RGB (Red+Green+Blue) = 149+121+110=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95796E is #6A8691. Grayscale: #808080. Windows color (decimal): -6981266 or 7240085. OLE color: 7240085.

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

Color convert

RGB 149 121 110 -
CMYK 0 0.19 0.26 0.42
HSL 16.92º 0.16% 0.51% -
HSV(B) 16.92º 0.26% 0.58% -
XYZ 22.05 21.19 17.68 -
YUV 128.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 149 121 110 0 0.19 0.26 0.42 16.92 0.16 0.51
Hex 95 79 6E 0 13 1A 2A 11 10 33
Octal 225 171 156 0 23 32 52 21 20 63
Binary 10010101 1111001 1101110 0 10011 11010 101010 10001 10000 110011

Color Harmonies of #95796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95796E

Black with #95796E

Text Example


Text Example

White with #95796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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