#98836E

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

Shades of Squirrel #98836E

Tints of Squirrel #98836E

Color information

#98836E (or 0x98836E) is unknown color: approx Squirrel. HEX triplet: 98, 83 and 6E. RGB value is (152,131,110). Sum of RGB (Red+Green+Blue) = 152+131+110=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98836E is #677C91. Grayscale: #868686. Windows color (decimal): -6782098 or 7242648. OLE color: 7242648.

HSL color Cylindrical-coordinate representation of color #98836E: hue angle of 30º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98836E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152131110-
CMYK00.140.280.40
HSL30º16.94%51.37%-
HSV(B)30º27.63%59.61%-
XYZ23.8824.0318.13-
YUV134.88113.96140.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=38.68%
G=33.33%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213111000.140.280.403016.9451.37
Hex98836E0E1C281e1133
Octal2302031560163450362163
Binary1001100010000011110111001110111001010001111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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