#60492A

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

Shades of Dallas #60492A

Tints of Dallas #60492A

Color information

#60492A (or 0x60492A) is unknown color: approx Dallas. HEX triplet: 60, 49 and 2A. RGB value is (96,73,42). Sum of RGB (Red+Green+Blue) = 96+73+42=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60492A is #9FB6D5. Grayscale: #4C4C4C. Windows color (decimal): -10467030 or 2771296. OLE color: 2771296.

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

Color convert

RGB967342-
CMYK00.240.560.62
HSL34.44º39.13%27.06%-
HSV(B)34.44º56.25%37.65%-
XYZ7.627.423.22-
YUV76.34108.62142.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=45.50%
G=34.60%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96734200.240.560.6234.4439.1327.06
Hex60492A018383E22271b
Octal140111520307076424733
Binary1100000100100110101001100011100011111010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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