#95807C

Color #95807C Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #95807C

Tints of Hemp #95807C

Color information

#95807C (or 0x95807C) is unknown color: approx Hemp. HEX triplet: 95, 80 and 7C. RGB value is (149,128,124). Sum of RGB (Red+Green+Blue) = 149+128+124=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95807C is #6A7F83. Grayscale: #858585. Windows color (decimal): -6979460 or 8159381. OLE color: 8159381.

HSL color Cylindrical-coordinate representation of color #95807C: hue angle of 9.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95807C is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149128124-
CMYK00.140.170.42
HSL9.6º10.55%53.53%-
HSV(B)9.6º16.78%58.43%-
XYZ23.7523.2822.31-
YUV133.82122.46138.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=37.16%
G=31.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912812400.140.170.429.610.5553.53
Hex95807C0E112Aab36
Octal2252001740162152121366
Binary10010101100000001111100011101000110101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95807C; }

 p { color: rgb(149,128,124); }

 H1.HeaderClassName
 {
   color: #95807C;
 }
 .AnyTagClassName
 {
   color: #95807C;
 }
</style>
background-color css

<style>
 a { background-color: #95807C; }

 a { background-color: rgb(149,128,124); }

 div.DivClassName
 {
   background-color: #95807C;
 }
 .BgClassName
 {
   background-color: #95807C;
 }
</style>
border-color css

<style>
 span { border-color: #95807C; }

 span { border-color: rgb(149,128,124); }

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