#60492F

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

Shades of Dallas #60492F

Tints of Dallas #60492F

Color information

#60492F (or 0x60492F) is unknown color: approx Dallas. HEX triplet: 60, 49 and 2F. RGB value is (96,73,47). Sum of RGB (Red+Green+Blue) = 96+73+47=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #60492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60492F is #9FB6D0. Grayscale: #4D4D4D. Windows color (decimal): -10467025 or 3098976. OLE color: 3098976.

HSL color Cylindrical-coordinate representation of color #60492F: hue angle of 31.84º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60492F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB967347-
CMYK00.240.510.62
HSL31.84º34.27%28.04%-
HSV(B)31.84º51.04%37.65%-
XYZ7.727.463.72-
YUV76.91111.12141.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=44.44%
G=33.80%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96734700.240.510.6231.8434.2728.04
Hex60492F018333E20221c
Octal140111570306376404234
Binary1100000100100110111101100011001111111010000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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