#604B2C

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

Shades of Dallas #604B2C

Tints of Dallas #604B2C

Color information

#604B2C (or 0x604B2C) is unknown color: approx Dallas. HEX triplet: 60, 4B and 2C. RGB value is (96,75,44). Sum of RGB (Red+Green+Blue) = 96+75+44=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B2C is #9FB4D3. Grayscale: #4D4D4D. Windows color (decimal): -10466516 or 2902880. OLE color: 2902880.

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

Color convert

RGB967544-
CMYK00.220.540.62
HSL35.77º37.14%27.45%-
HSV(B)35.77º54.17%37.65%-
XYZ7.797.73.46-
YUV77.74108.96141.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=44.65%
G=34.88%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96754400.220.540.6235.7737.1427.45
Hex604B2C016363E24251b
Octal140113540266676444533
Binary1100000100101110110001011011011011111010010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,75,44); }

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

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

 a { background-color: rgb(96,75,44); }

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

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

 span { border-color: rgb(96,75,44); }

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