#604A35

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

Shades of Dallas #604A35

Tints of Dallas #604A35

Color information

#604A35 (or 0x604A35) is unknown color: approx Dallas. HEX triplet: 60, 4A and 35. RGB value is (96,74,53). Sum of RGB (Red+Green+Blue) = 96+74+53=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #604A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A35 is #9FB5CA. Grayscale: #4E4E4E. Windows color (decimal): -10466763 or 3492448. OLE color: 3492448.

HSL color Cylindrical-coordinate representation of color #604A35: hue angle of 29.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #604A35 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB967453-
CMYK00.230.450.62
HSL29.3º28.86%29.22%-
HSV(B)29.3º44.79%37.65%-
XYZ7.927.644.43-
YUV78.18113.79140.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=43.05%
G=33.18%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745300.230.450.6229.328.8629.22
Hex604A350172D3E1d1d1d
Octal140112650275576353535
Binary11000001001010110101010111101101111110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,74,53); }

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

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

 a { background-color: rgb(96,74,53); }

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

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

 span { border-color: rgb(96,74,53); }

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