#60492D

Color #60492D Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #60492D

Tints of Dallas #60492D

Color information

#60492D (or 0x60492D) is unknown color: approx Dallas. HEX triplet: 60, 49 and 2D. RGB value is (96,73,45). Sum of RGB (Red+Green+Blue) = 96+73+45=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60492D is #9FB6D2. Grayscale: #4C4C4C. Windows color (decimal): -10467027 or 2967904. OLE color: 2967904.

HSL color Cylindrical-coordinate representation of color #60492D: hue angle of 32.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60492D is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB967345-
CMYK00.240.530.62
HSL32.94º36.17%27.65%-
HSV(B)32.94º53.12%37.65%-
XYZ7.687.443.51-
YUV76.68110.12141.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=44.86%
G=34.11%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96734500.240.530.6232.9436.1727.65
Hex60492D018353E21241c
Octal140111550306576414434
Binary1100000100100110110101100011010111111010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60492D; }

 p { color: rgb(96,73,45); }

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

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

 a { background-color: rgb(96,73,45); }

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

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

 span { border-color: rgb(96,73,45); }

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