#60492E

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

Shades of Dallas #60492E

Tints of Dallas #60492E

Color information

#60492E (or 0x60492E) is unknown color: approx Dallas. HEX triplet: 60, 49 and 2E. RGB value is (96,73,46). Sum of RGB (Red+Green+Blue) = 96+73+46=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60492E is #9FB6D1. Grayscale: #4C4C4C. Windows color (decimal): -10467026 or 3033440. OLE color: 3033440.

HSL color Cylindrical-coordinate representation of color #60492E: hue angle of 32.4º 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 #60492E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB967346-
CMYK00.240.520.62
HSL32.4º35.21%27.84%-
HSV(B)32.4º52.08%37.65%-
XYZ7.77.453.62-
YUV76.8110.62141.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=44.65%
G=33.95%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96734600.240.520.6232.435.2127.84
Hex60492E018343E20231c
Octal140111560306476404334
Binary1100000100100110111001100011010011111010000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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