#95816F

Color #95816F Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #95816F

Tints of Squirrel #95816F

Color information

#95816F (or 0x95816F) is unknown color: approx Squirrel. HEX triplet: 95, 81 and 6F. RGB value is (149,129,111). Sum of RGB (Red+Green+Blue) = 149+129+111=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95816F is #6A7E90. Grayscale: #858585. Windows color (decimal): -6979217 or 7307669. OLE color: 7307669.

HSL color Cylindrical-coordinate representation of color #95816F: hue angle of 28.42º degrees, saturation: 0.15, 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 #95816F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149129111-
CMYK00.130.260.42
HSL28.42º15.2%50.98%-
HSV(B)28.42º25.5%58.43%-
XYZ23.1123.2418.31-
YUV132.93115.63139.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=38.30%
G=33.16%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912911100.130.260.4228.4215.250.98
Hex95816F0D1A2A1cf33
Octal2252011570153252341763
Binary100101011000000111011110110111010101010111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95816F; }

 p { color: rgb(149,129,111); }

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

<style>
 a { background-color: #95816F; }

 a { background-color: rgb(149,129,111); }

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

<style>
 span { border-color: #95816F; }

 span { border-color: rgb(149,129,111); }

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