#604929

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

Shades of Dallas #604929

Tints of Dallas #604929

Color information

#604929 (or 0x604929) is unknown color: approx Dallas. HEX triplet: 60, 49 and 29. RGB value is (96,73,41). Sum of RGB (Red+Green+Blue) = 96+73+41=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604929 is #9FB6D6. Grayscale: #4C4C4C. Windows color (decimal): -10467031 or 2705760. OLE color: 2705760.

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

Color convert

RGB967341-
CMYK00.240.570.62
HSL34.91º40.15%26.86%-
HSV(B)34.91º57.29%37.65%-
XYZ7.617.413.13-
YUV76.23108.12142.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=45.71%
G=34.76%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96734100.240.570.6234.9140.1526.86
Hex604929018393E23281b
Octal140111510307176435033
Binary1100000100100110100101100011100111111010001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604929; }

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

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

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

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

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

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

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

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