#95846C

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

Shades of Squirrel #95846C

Tints of Squirrel #95846C

Color information

#95846C (or 0x95846C) is unknown color: approx Squirrel. HEX triplet: 95, 84 and 6C. RGB value is (149,132,108). Sum of RGB (Red+Green+Blue) = 149+132+108=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95846C is #6A7B93. Grayscale: #868686. Windows color (decimal): -6978452 or 7111829. OLE color: 7111829.

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

Color convert

RGB149132108-
CMYK00.110.280.42
HSL35.12º16.21%50.39%-
HSV(B)35.12º27.52%58.43%-
XYZ23.3523.9717.58-
YUV134.35113.13138.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=38.30%
G=33.93%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913210800.110.280.4235.1216.2150.39
Hex95846C0B1C2A231032
Octal2252041540133452432062
Binary10010101100001001101100010111110010101010001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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