#60462C

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

Shades of Dallas #60462C

Tints of Dallas #60462C

Color information

#60462C (or 0x60462C) is unknown color: approx Dallas. HEX triplet: 60, 46 and 2C. RGB value is (96,70,44). Sum of RGB (Red+Green+Blue) = 96+70+44=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60462C is #9FB9D3. Grayscale: #4A4A4A. Windows color (decimal): -10467796 or 2901600. OLE color: 2901600.

HSL color Cylindrical-coordinate representation of color #60462C: hue angle of 30º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60462C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB967044-
CMYK00.270.540.62
HSL30º37.14%27.45%-
HSV(B)30º54.17%37.65%-
XYZ7.477.053.35-
YUV74.81110.61143.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=45.71%
G=33.33%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96704400.270.540.623037.1427.45
Hex60462C01B363E1e251b
Octal140106540336676364533
Binary110000010001101011000110111101101111101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,70,44); }

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

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

 a { background-color: rgb(96,70,44); }

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

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

 span { border-color: rgb(96,70,44); }

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