#60472E

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

Shades of Dallas #60472E

Tints of Dallas #60472E

Color information

#60472E (or 0x60472E) is unknown color: approx Dallas. HEX triplet: 60, 47 and 2E. RGB value is (96,71,46). Sum of RGB (Red+Green+Blue) = 96+71+46=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472E is #9FB8D1. Grayscale: #4B4B4B. Windows color (decimal): -10467538 or 3032928. OLE color: 3032928.

HSL color Cylindrical-coordinate representation of color #60472E: hue angle of 30º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60472E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB967146-
CMYK00.260.520.62
HSL30º35.21%27.84%-
HSV(B)30º52.08%37.65%-
XYZ7.577.193.57-
YUV75.62111.28142.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=45.07%
G=33.33%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96714600.260.520.623035.2127.84
Hex60472E01A343E1e231c
Octal140107560326476364334
Binary110000010001111011100110101101001111101111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60472E; }

 p { color: rgb(96,71,46); }

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

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

 a { background-color: rgb(96,71,46); }

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

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

 span { border-color: rgb(96,71,46); }

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