#976248

Color #976248 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #976248

Tints of Dark Tan #976248

Color information

#976248 (or 0x976248) is unknown color: approx Dark Tan. HEX triplet: 97, 62 and 48. RGB value is (151,98,72). Sum of RGB (Red+Green+Blue) = 151+98+72=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #976248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976248 is #689DB7. Grayscale: #6F6F6F. Windows color (decimal): -6856120 or 4743831. OLE color: 4743831.

HSL color Cylindrical-coordinate representation of color #976248: hue angle of 19.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976248 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1519872-
CMYK00.350.520.41
HSL19.75º35.43%43.73%-
HSV(B)19.75º52.32%59.22%-
XYZ18.315.788.21-
YUV110.88106.06156.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=47.04%
G=30.53%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151987200.350.520.4119.7535.4343.73
Hex976248023342914232c
Octal2271421100436451244354
Binary1001011111000101001000010001111010010100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976248; }

 p { color: rgb(151,98,72); }

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

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

 a { background-color: rgb(151,98,72); }

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

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

 span { border-color: rgb(151,98,72); }

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