#604C34

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

Shades of Dallas #604C34

Tints of Dallas #604C34

Color information

#604C34 (or 0x604C34) is unknown color: approx Dallas. HEX triplet: 60, 4C and 34. RGB value is (96,76,52). Sum of RGB (Red+Green+Blue) = 96+76+52=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #604C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C34 is #9FB3CB. Grayscale: #4F4F4F. Windows color (decimal): -10466252 or 3427424. OLE color: 3427424.

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

Color convert

RGB967652-
CMYK00.210.460.62
HSL32.73º29.73%29.02%-
HSV(B)32.73º45.83%37.65%-
XYZ8.037.94.35-
YUV79.24112.63139.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=42.86%
G=33.93%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96765200.210.460.6232.7329.7329.02
Hex604C340152E3E211e1d
Octal140114640255676413635
Binary110000010011001101000101011011101111101000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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