#604A2B

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

Shades of Dallas #604A2B

Tints of Dallas #604A2B

Color information

#604A2B (or 0x604A2B) is unknown color: approx Dallas. HEX triplet: 60, 4A and 2B. RGB value is (96,74,43). Sum of RGB (Red+Green+Blue) = 96+74+43=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A2B is #9FB5D4. Grayscale: #4D4D4D. Windows color (decimal): -10466773 or 2837088. OLE color: 2837088.

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

Color convert

RGB967443-
CMYK00.230.550.62
HSL35.09º38.13%27.25%-
HSV(B)35.09º55.21%37.65%-
XYZ7.717.563.34-
YUV77.04108.79141.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=45.07%
G=34.74%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96744300.230.550.6235.0938.1327.25
Hex604A2B017373E23261b
Octal140112530276776434633
Binary1100000100101010101101011111011111111010001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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