#95806C

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

Shades of Squirrel #95806C

Tints of Squirrel #95806C

Color information

#95806C (or 0x95806C) is unknown color: approx Squirrel. HEX triplet: 95, 80 and 6C. RGB value is (149,128,108). Sum of RGB (Red+Green+Blue) = 149+128+108=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95806C is #6A7F93. Grayscale: #848484. Windows color (decimal): -6979476 or 7110805. OLE color: 7110805.

HSL color Cylindrical-coordinate representation of color #95806C: hue angle of 29.27º degrees, saturation: 0.16, 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 #95806C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149128108-
CMYK00.140.280.42
HSL29.27º16.21%50.39%-
HSV(B)29.27º27.52%58.43%-
XYZ22.8222.9117.41-
YUV132114.46140.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=38.70%
G=33.25%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912810800.140.280.4229.2716.2150.39
Hex95806C0E1C2A1d1032
Octal2252001540163452352062
Binary1001010110000000110110001110111001010101110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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