#604A34

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

Shades of Dallas #604A34

Tints of Dallas #604A34

Color information

#604A34 (or 0x604A34) is unknown color: approx Dallas. HEX triplet: 60, 4A and 34. RGB value is (96,74,52). Sum of RGB (Red+Green+Blue) = 96+74+52=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A34 is #9FB5CB. Grayscale: #4E4E4E. Windows color (decimal): -10466764 or 3426912. OLE color: 3426912.

HSL color Cylindrical-coordinate representation of color #604A34: hue angle of 30º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #604A34 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB967452-
CMYK00.230.460.62
HSL30º29.73%29.02%-
HSV(B)30º45.83%37.65%-
XYZ7.897.634.31-
YUV78.07113.29140.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=43.24%
G=33.33%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745200.230.460.623029.7329.02
Hex604A340172E3E1e1e1d
Octal140112640275676363635
Binary11000001001010110100010111101110111110111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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