#95826E

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

Shades of Squirrel #95826E

Tints of Squirrel #95826E

Color information

#95826E (or 0x95826E) is unknown color: approx Squirrel. HEX triplet: 95, 82 and 6E. RGB value is (149,130,110). Sum of RGB (Red+Green+Blue) = 149+130+110=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95826E is #6A7D91. Grayscale: #858585. Windows color (decimal): -6978962 or 7242389. OLE color: 7242389.

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

Color convert

RGB149130110-
CMYK00.130.260.42
HSL30.77º15.54%50.78%-
HSV(B)30.77º26.17%58.43%-
XYZ23.1923.4818.06-
YUV133.4114.79139.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=38.30%
G=33.42%
B=28.28%

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
Decimal14913011000.130.260.4230.7715.5450.78
Hex95826E0D1A2A1f1033
Octal2252021560153252372063
Binary1001010110000010110111001101110101010101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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