#95836E

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

Shades of Squirrel #95836E

Tints of Squirrel #95836E

Color information

#95836E (or 0x95836E) is unknown color: approx Squirrel. HEX triplet: 95, 83 and 6E. RGB value is (149,131,110). Sum of RGB (Red+Green+Blue) = 149+131+110=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836E is #6A7C91. Grayscale: #868686. Windows color (decimal): -6978706 or 7242645. OLE color: 7242645.

HSL color Cylindrical-coordinate representation of color #95836E: hue angle of 32.31º degrees, saturation: 0.16, 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 #95836E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149131110-
CMYK00.120.260.42
HSL32.31º15.54%50.78%-
HSV(B)32.31º26.17%58.43%-
XYZ23.3323.7518.11-
YUV133.99114.46138.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=38.21%
G=33.59%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913111000.120.260.4232.3115.5450.78
Hex95836E0C1A2A201033
Octal2252031560143252402063
Binary10010101100000111101110011001101010101010000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95836E; }

 p { color: rgb(149,131,110); }

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

<style>
 a { background-color: #95836E; }

 a { background-color: rgb(149,131,110); }

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

<style>
 span { border-color: #95836E; }

 span { border-color: rgb(149,131,110); }

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