#93806D

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

Shades of Squirrel #93806D

Tints of Squirrel #93806D

Color information

#93806D (or 0x93806D) is unknown color: approx Squirrel. HEX triplet: 93, 80 and 6D. RGB value is (147,128,109). Sum of RGB (Red+Green+Blue) = 147+128+109=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93806D is #6C7F92. Grayscale: #838383. Windows color (decimal): -7110547 or 7176339. OLE color: 7176339.

HSL color Cylindrical-coordinate representation of color #93806D: hue angle of 30º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93806D is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147128109-
CMYK00.130.260.42
HSL30º14.96%50.2%-
HSV(B)30º25.85%57.65%-
XYZ22.5122.7517.67-
YUV131.51115.29139.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=38.28%
G=33.33%
B=28.39%

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
Decimal14712810900.130.260.423014.9650.2
Hex93806D0D1A2A1ef32
Octal2232001550153252361762
Binary100100111000000011011010110111010101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93806D; }

 p { color: rgb(147,128,109); }

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

<style>
 a { background-color: #93806D; }

 a { background-color: rgb(147,128,109); }

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

<style>
 span { border-color: #93806D; }

 span { border-color: rgb(147,128,109); }

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