#99715C

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

Shades of Beaver #99715C

Tints of Beaver #99715C

Color information

#99715C (or 0x99715C) is unknown color: approx Beaver. HEX triplet: 99, 71 and 5C. RGB value is (153,113,92). Sum of RGB (Red+Green+Blue) = 153+113+92=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715C is #668EA3. Grayscale: #7A7A7A. Windows color (decimal): -6721188 or 6058393. OLE color: 6058393.

HSL color Cylindrical-coordinate representation of color #99715C: 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 #99715C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15311392-
CMYK00.260.400.4
HSL20.66º24.9%48.04%-
HSV(B)20.66º39.87%60%-
XYZ20.9719.3612.76-
YUV122.57110.75149.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=42.74%
G=31.56%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531139200.260.400.420.6624.948.04
Hex99715C01A2828151930
Octal2311611340325050253160
Binary10011001111000110111000110101010001010001010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,113,92); }

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

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

 a { background-color: rgb(153,113,92); }

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

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

 span { border-color: rgb(153,113,92); }

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