#604829

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

Shades of Dallas #604829

Tints of Dallas #604829

Color information

#604829 (or 0x604829) is unknown color: approx Dallas. HEX triplet: 60, 48 and 29. RGB value is (96,72,41). Sum of RGB (Red+Green+Blue) = 96+72+41=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #604829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604829 is #9FB7D6. Grayscale: #4B4B4B. Windows color (decimal): -10467287 or 2705504. OLE color: 2705504.

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

Color convert

RGB967241-
CMYK00.250.570.62
HSL33.82º40.15%26.86%-
HSV(B)33.82º57.29%37.65%-
XYZ7.547.283.11-
YUV75.64108.45142.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=45.93%
G=34.45%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96724100.250.570.6233.8240.1526.86
Hex604829019393E22281b
Octal140110510317176425033
Binary1100000100100010100101100111100111111010001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604829; }

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

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

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

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

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

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

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

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