#98836D

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

Shades of Squirrel #98836D

Tints of Squirrel #98836D

Color information

#98836D (or 0x98836D) is unknown color: approx Squirrel. HEX triplet: 98, 83 and 6D. RGB value is (152,131,109). Sum of RGB (Red+Green+Blue) = 152+131+109=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98836D is #677C92. Grayscale: #868686. Windows color (decimal): -6782099 or 7177112. OLE color: 7177112.

HSL color Cylindrical-coordinate representation of color #98836D: hue angle of 30.7º 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 #98836D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152131109-
CMYK00.140.280.40
HSL30.7º17.27%51.18%-
HSV(B)30.7º28.29%59.61%-
XYZ23.8324.0117.85-
YUV134.77113.46140.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=38.78%
G=33.42%
B=27.81%

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
Decimal15213110900.140.280.4030.717.2751.18
Hex98836D0E1C281f1133
Octal2302031550163450372163
Binary1001100010000011110110101110111001010001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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