#98826C

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

Shades of Squirrel #98826C

Tints of Squirrel #98826C

Color information

#98826C (or 0x98826C) is unknown color: approx Squirrel. HEX triplet: 98, 82 and 6C. RGB value is (152,130,108). Sum of RGB (Red+Green+Blue) = 152+130+108=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98826C is #677D93. Grayscale: #868686. Windows color (decimal): -6782356 or 7111320. OLE color: 7111320.

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

Color convert

RGB152130108-
CMYK00.140.290.40
HSL30º17.6%50.98%-
HSV(B)30º28.95%59.61%-
XYZ23.6423.7217.52-
YUV134.07113.29140.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=38.97%
G=33.33%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213010800.140.290.403017.650.98
Hex98826C0E1D281e1233
Octal2302021540163550362263
Binary1001100010000010110110001110111011010001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,130,108); }

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

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

 a { background-color: rgb(152,130,108); }

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

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

 span { border-color: rgb(152,130,108); }

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