#60472D

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

Shades of Dallas #60472D

Tints of Dallas #60472D

Color information

#60472D (or 0x60472D) is unknown color: approx Dallas. HEX triplet: 60, 47 and 2D. RGB value is (96,71,45). Sum of RGB (Red+Green+Blue) = 96+71+45=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472D is #9FB8D2. Grayscale: #4B4B4B. Windows color (decimal): -10467539 or 2967392. OLE color: 2967392.

HSL color Cylindrical-coordinate representation of color #60472D: hue angle of 30.59º 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 #60472D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB967145-
CMYK00.260.530.62
HSL30.59º36.17%27.65%-
HSV(B)30.59º53.12%37.65%-
XYZ7.557.183.47-
YUV75.51110.78142.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=45.28%
G=33.49%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96714500.260.530.6230.5936.1727.65
Hex60472D01A353E1f241c
Octal140107550326576374434
Binary110000010001111011010110101101011111101111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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