#98715B

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

Shades of Beaver #98715B

Tints of Beaver #98715B

Color information

#98715B (or 0x98715B) is unknown color: approx Beaver. HEX triplet: 98, 71 and 5B. RGB value is (152,113,91). Sum of RGB (Red+Green+Blue) = 152+113+91=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98715B is #678EA4. Grayscale: #7A7A7A. Windows color (decimal): -6786725 or 5992856. OLE color: 5992856.

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

Color convert

RGB15211391-
CMYK00.260.400.40
HSL21.64º25.1%47.65%-
HSV(B)21.64º40.13%59.61%-
XYZ20.7419.2412.52-
YUV122.15110.42149.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=42.70%
G=31.74%
B=25.56%

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
Decimal1521139100.260.400.4021.6425.147.65
Hex98715B01A2828161930
Octal2301611330325050263160
Binary10011000111000110110110110101010001010001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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