#95816E

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

Shades of Squirrel #95816E

Tints of Squirrel #95816E

Color information

#95816E (or 0x95816E) is unknown color: approx Squirrel. HEX triplet: 95, 81 and 6E. RGB value is (149,129,110). Sum of RGB (Red+Green+Blue) = 149+129+110=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95816E is #6A7E91. Grayscale: #848484. Windows color (decimal): -6979218 or 7242133. OLE color: 7242133.

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

Color convert

RGB149129110-
CMYK00.130.260.42
HSL29.23º15.54%50.78%-
HSV(B)29.23º26.17%58.43%-
XYZ23.0623.2218.02-
YUV132.81115.13139.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=38.40%
G=33.25%
B=28.35%

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
Decimal14912911000.130.260.4229.2315.5450.78
Hex95816E0D1A2A1d1033
Octal2252011560153252352063
Binary1001010110000001110111001101110101010101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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