#604A2A

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

Shades of Dallas #604A2A

Tints of Dallas #604A2A

Color information

#604A2A (or 0x604A2A) is unknown color: approx Dallas. HEX triplet: 60, 4A and 2A. RGB value is (96,74,42). Sum of RGB (Red+Green+Blue) = 96+74+42=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #604A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A2A is #9FB5D5. Grayscale: #4D4D4D. Windows color (decimal): -10466774 or 2771552. OLE color: 2771552.

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

Color convert

RGB967442-
CMYK00.230.560.62
HSL35.56º39.13%27.06%-
HSV(B)35.56º56.25%37.65%-
XYZ7.697.553.24-
YUV76.93108.29141.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=45.28%
G=34.91%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96744200.230.560.6235.5639.1327.06
Hex604A2A017383E24271b
Octal140112520277076444733
Binary1100000100101010101001011111100011111010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A2A; }

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

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

<style>
 a { background-color: #604A2A; }

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

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

<style>
 span { border-color: #604A2A; }

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

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