#604A2D

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

Shades of Dallas #604A2D

Tints of Dallas #604A2D

Color information

#604A2D (or 0x604A2D) is unknown color: approx Dallas. HEX triplet: 60, 4A and 2D. RGB value is (96,74,45). Sum of RGB (Red+Green+Blue) = 96+74+45=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A2D is #9FB5D2. Grayscale: #4D4D4D. Windows color (decimal): -10466771 or 2968160. OLE color: 2968160.

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

Color convert

RGB967445-
CMYK00.230.530.62
HSL34.12º36.17%27.65%-
HSV(B)34.12º53.12%37.65%-
XYZ7.757.573.54-
YUV77.27109.79141.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=44.65%
G=34.42%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96744500.230.530.6234.1236.1727.65
Hex604A2D017353E22241c
Octal140112550276576424434
Binary1100000100101010110101011111010111111010001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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