#604B32

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

Shades of Dallas #604B32

Tints of Dallas #604B32

Color information

#604B32 (or 0x604B32) is unknown color: approx Dallas. HEX triplet: 60, 4B and 32. RGB value is (96,75,50). Sum of RGB (Red+Green+Blue) = 96+75+50=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #604B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B32 is #9FB4CD. Grayscale: #4E4E4E. Windows color (decimal): -10466510 or 3296096. OLE color: 3296096.

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

Color convert

RGB967550-
CMYK00.220.480.62
HSL32.61º31.51%28.63%-
HSV(B)32.61º47.92%37.65%-
XYZ7.927.754.1-
YUV78.43111.96140.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=43.44%
G=33.94%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96755000.220.480.6232.6131.5128.63
Hex604B32016303E21201d
Octal140113620266076414035
Binary1100000100101111001001011011000011111010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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