#95846B

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

Shades of Squirrel #95846B

Tints of Squirrel #95846B

Color information

#95846B (or 0x95846B) is unknown color: approx Squirrel. HEX triplet: 95, 84 and 6B. RGB value is (149,132,107). Sum of RGB (Red+Green+Blue) = 149+132+107=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95846B is #6A7B94. Grayscale: #868686. Windows color (decimal): -6978453 or 7046293. OLE color: 7046293.

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

Color convert

RGB149132107-
CMYK00.110.280.42
HSL35.71º16.54%50.2%-
HSV(B)35.71º28.19%58.43%-
XYZ23.323.9517.31-
YUV134.23112.63138.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=38.40%
G=34.02%
B=27.58%

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
Decimal14913210700.110.280.4235.7116.5450.2
Hex95846B0B1C2A241132
Octal2252041530133452442162
Binary10010101100001001101011010111110010101010010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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