#93836C

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

Shades of Squirrel #93836C

Tints of Squirrel #93836C

Color information

#93836C (or 0x93836C) is unknown color: approx Squirrel. HEX triplet: 93, 83 and 6C. RGB value is (147,131,108). Sum of RGB (Red+Green+Blue) = 147+131+108=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836C is #6C7C93. Grayscale: #858585. Windows color (decimal): -7109780 or 7111571. OLE color: 7111571.

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

Color convert

RGB147131108-
CMYK00.110.270.42
HSL35.38º15.29%50%-
HSV(B)35.38º26.53%57.65%-
XYZ22.8623.5217.52-
YUV133.16113.8137.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=38.08%
G=33.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713110800.110.270.4235.3815.2950
Hex93836C0B1B2A23f32
Octal2232031540133352431762
Binary1001001110000011110110001011110111010101000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93836C; }

 p { color: rgb(147,131,108); }

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

<style>
 a { background-color: #93836C; }

 a { background-color: rgb(147,131,108); }

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

<style>
 span { border-color: #93836C; }

 span { border-color: rgb(147,131,108); }

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