#604D34

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

Shades of Dallas #604D34

Tints of Dallas #604D34

Color information

#604D34 (or 0x604D34) is unknown color: approx Dallas. HEX triplet: 60, 4D and 34. RGB value is (96,77,52). Sum of RGB (Red+Green+Blue) = 96+77+52=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #604D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D34 is #9FB2CB. Grayscale: #4F4F4F. Windows color (decimal): -10465996 or 3427680. OLE color: 3427680.

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

Color convert

RGB967752-
CMYK00.200.460.62
HSL34.09º29.73%29.02%-
HSV(B)34.09º45.83%37.65%-
XYZ8.18.044.37-
YUV79.83112.29139.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=42.67%
G=34.22%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96775200.200.460.6234.0929.7329.02
Hex604D340142E3E221e1d
Octal140115640245676423635
Binary110000010011011101000101001011101111101000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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