#97715C

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

Shades of Beaver #97715C

Tints of Beaver #97715C

Color information

#97715C (or 0x97715C) is unknown color: approx Beaver. HEX triplet: 97, 71 and 5C. RGB value is (151,113,92). Sum of RGB (Red+Green+Blue) = 151+113+92=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97715C is #688EA3. Grayscale: #7A7A7A. Windows color (decimal): -6852260 or 6058391. OLE color: 6058391.

HSL color Cylindrical-coordinate representation of color #97715C: hue angle of 21.36º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97715C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15111392-
CMYK00.250.390.41
HSL21.36º24.28%47.65%-
HSV(B)21.36º39.07%59.22%-
XYZ20.619.1612.74-
YUV121.97111.09148.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=42.42%
G=31.74%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511139200.250.390.4121.3624.2847.65
Hex97715C0192729151830
Octal2271611340314751253060
Binary10010111111000110111000110011001111010011010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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