#98745B

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

Shades of Beaver #98745B

Tints of Beaver #98745B

Color information

#98745B (or 0x98745B) is unknown color: approx Beaver. HEX triplet: 98, 74 and 5B. RGB value is (152,116,91). Sum of RGB (Red+Green+Blue) = 152+116+91=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98745B is #678BA4. Grayscale: #7C7C7C. Windows color (decimal): -6785957 or 5993624. OLE color: 5993624.

HSL color Cylindrical-coordinate representation of color #98745B: hue angle of 24.59º 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 #98745B is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15211691-
CMYK00.240.400.40
HSL24.59º25.1%47.65%-
HSV(B)24.59º40.13%59.61%-
XYZ21.0819.9212.63-
YUV123.91109.43148.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=42.34%
G=32.31%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521169100.240.400.4024.5925.147.65
Hex98745B0182828191930
Octal2301641330305050313160
Binary10011000111010010110110110001010001010001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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