#60462A

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

Shades of Dallas #60462A

Tints of Dallas #60462A

Color information

#60462A (or 0x60462A) is unknown color: approx Dallas. HEX triplet: 60, 46 and 2A. RGB value is (96,70,42). Sum of RGB (Red+Green+Blue) = 96+70+42=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60462A is #9FB9D5. Grayscale: #4A4A4A. Windows color (decimal): -10467798 or 2770528. OLE color: 2770528.

HSL color Cylindrical-coordinate representation of color #60462A: hue angle of 31.11º 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 #60462A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB967042-
CMYK00.270.560.62
HSL31.11º39.13%27.06%-
HSV(B)31.11º56.25%37.65%-
XYZ7.437.033.16-
YUV74.58109.61143.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=46.15%
G=33.65%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96704200.270.560.6231.1139.1327.06
Hex60462A01B383E1f271b
Octal140106520337076374733
Binary110000010001101010100110111110001111101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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