#93836E

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

Shades of Squirrel #93836E

Tints of Squirrel #93836E

Color information

#93836E (or 0x93836E) is unknown color: approx Squirrel. HEX triplet: 93, 83 and 6E. RGB value is (147,131,110). Sum of RGB (Red+Green+Blue) = 147+131+110=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836E is #6C7C91. Grayscale: #858585. Windows color (decimal): -7109778 or 7242643. OLE color: 7242643.

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

Color convert

RGB147131110-
CMYK00.110.250.42
HSL34.05º14.62%50.39%-
HSV(B)34.05º25.17%57.65%-
XYZ22.9623.5618.09-
YUV133.39114.8137.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=37.89%
G=33.76%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713111000.110.250.4234.0514.6250.39
Hex93836E0B192A22f32
Octal2232031560133152421762
Binary1001001110000011110111001011110011010101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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