#604A32

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

Shades of Dallas #604A32

Tints of Dallas #604A32

Color information

#604A32 (or 0x604A32) is unknown color: approx Dallas. HEX triplet: 60, 4A and 32. RGB value is (96,74,50). Sum of RGB (Red+Green+Blue) = 96+74+50=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #604A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A32 is #9FB5CD. Grayscale: #4D4D4D. Windows color (decimal): -10466766 or 3295840. OLE color: 3295840.

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

Color convert

RGB967450-
CMYK00.230.480.62
HSL31.3º31.51%28.63%-
HSV(B)31.3º47.92%37.65%-
XYZ7.857.614.07-
YUV77.84112.29140.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=43.64%
G=33.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745000.230.480.6231.331.5128.63
Hex604A32017303E1f201d
Octal140112620276076374035
Binary110000010010101100100101111100001111101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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