#98816D

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

Shades of Squirrel #98816D

Tints of Squirrel #98816D

Color information

#98816D (or 0x98816D) is unknown color: approx Squirrel. HEX triplet: 98, 81 and 6D. RGB value is (152,129,109). Sum of RGB (Red+Green+Blue) = 152+129+109=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98816D is #677E92. Grayscale: #858585. Windows color (decimal): -6782611 or 7176600. OLE color: 7176600.

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

Color convert

RGB152129109-
CMYK00.150.280.40
HSL27.91º17.27%51.18%-
HSV(B)27.91º28.29%59.61%-
XYZ23.5623.4817.76-
YUV133.6114.12141.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=38.97%
G=33.08%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212910900.150.280.4027.9117.2751.18
Hex98816D0F1C281c1133
Octal2302011550173450342163
Binary1001100010000001110110101111111001010001110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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