#604D32

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

Shades of Dallas #604D32

Tints of Dallas #604D32

Color information

#604D32 (or 0x604D32) is unknown color: approx Dallas. HEX triplet: 60, 4D and 32. RGB value is (96,77,50). Sum of RGB (Red+Green+Blue) = 96+77+50=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #604D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D32 is #9FB2CD. Grayscale: #4F4F4F. Windows color (decimal): -10465998 or 3296608. OLE color: 3296608.

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

Color convert

RGB967750-
CMYK00.200.480.62
HSL35.22º31.51%28.63%-
HSV(B)35.22º47.92%37.65%-
XYZ8.058.024.14-
YUV79.6111.29139.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=43.05%
G=34.53%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96775000.200.480.6235.2231.5128.63
Hex604D32014303E23201d
Octal140115620246076434035
Binary1100000100110111001001010011000011111010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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