#604728

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

Shades of Dallas #604728

Tints of Dallas #604728

Color information

#604728 (or 0x604728) is unknown color: approx Dallas. HEX triplet: 60, 47 and 28. RGB value is (96,71,40). Sum of RGB (Red+Green+Blue) = 96+71+40=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #604728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604728 is #9FB8D7. Grayscale: #4B4B4B. Windows color (decimal): -10467544 or 2639712. OLE color: 2639712.

HSL color Cylindrical-coordinate representation of color #604728: hue angle of 33.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604728 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB967140-
CMYK00.260.580.62
HSL33.21º41.18%26.67%-
HSV(B)33.21º58.33%37.65%-
XYZ7.467.152.99-
YUV74.94108.28143.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=46.38%
G=34.30%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96714000.260.580.6233.2141.1826.67
Hex60472801A3A3E21291b
Octal140107500327276415133
Binary1100000100011110100001101011101011111010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604728; }

 p { color: rgb(96,71,40); }

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

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

 a { background-color: rgb(96,71,40); }

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

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

 span { border-color: rgb(96,71,40); }

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