#98705B

Color #98705B Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #98705B

Tints of Beaver #98705B

Color information

#98705B (or 0x98705B) is unknown color: approx Beaver. HEX triplet: 98, 70 and 5B. RGB value is (152,112,91). Sum of RGB (Red+Green+Blue) = 152+112+91=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98705B is #678FA4. Grayscale: #797979. Windows color (decimal): -6786981 or 5992600. OLE color: 5992600.

HSL color Cylindrical-coordinate representation of color #98705B: hue angle of 20.66º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98705B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15211291-
CMYK00.260.400.40
HSL20.66º25.1%47.65%-
HSV(B)20.66º40.13%59.61%-
XYZ20.6319.0212.48-
YUV121.57110.75149.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=42.82%
G=31.55%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521129100.260.400.4020.6625.147.65
Hex98705B01A2828151930
Octal2301601330325050253160
Binary10011000111000010110110110101010001010001010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98705B; }

 p { color: rgb(152,112,91); }

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

<style>
 a { background-color: #98705B; }

 a { background-color: rgb(152,112,91); }

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

<style>
 span { border-color: #98705B; }

 span { border-color: rgb(152,112,91); }

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