#604828

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

Shades of Dallas #604828

Tints of Dallas #604828

Color information

#604828 (or 0x604828) is unknown color: approx Dallas. HEX triplet: 60, 48 and 28. RGB value is (96,72,40). Sum of RGB (Red+Green+Blue) = 96+72+40=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #604828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604828 is #9FB7D7. Grayscale: #4B4B4B. Windows color (decimal): -10467288 or 2639968. OLE color: 2639968.

HSL color Cylindrical-coordinate representation of color #604828: hue angle of 34.29º 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 #604828 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB967240-
CMYK00.250.580.62
HSL34.29º41.18%26.67%-
HSV(B)34.29º58.33%37.65%-
XYZ7.527.273.02-
YUV75.53107.95142.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=46.15%
G=34.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96724000.250.580.6234.2941.1826.67
Hex6048280193A3E22291b
Octal140110500317276425133
Binary1100000100100010100001100111101011111010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604828; }

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

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

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

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

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

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

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

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