#604C32

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

Shades of Dallas #604C32

Tints of Dallas #604C32

Color information

#604C32 (or 0x604C32) is unknown color: approx Dallas. HEX triplet: 60, 4C and 32. RGB value is (96,76,50). Sum of RGB (Red+Green+Blue) = 96+76+50=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #604C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C32 is #9FB3CD. Grayscale: #4F4F4F. Windows color (decimal): -10466254 or 3296352. OLE color: 3296352.

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

Color convert

RGB967650-
CMYK00.210.480.62
HSL33.91º31.51%28.63%-
HSV(B)33.91º47.92%37.65%-
XYZ7.987.894.12-
YUV79.02111.63140.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=43.24%
G=34.23%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96765000.210.480.6233.9131.5128.63
Hex604C32015303E22201d
Octal140114620256076424035
Binary1100000100110011001001010111000011111010001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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