#604D36

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

Shades of Dallas #604D36

Tints of Dallas #604D36

Color information

#604D36 (or 0x604D36) is unknown color: approx Dallas. HEX triplet: 60, 4D and 36. RGB value is (96,77,54). Sum of RGB (Red+Green+Blue) = 96+77+54=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D36 is #9FB2C9. Grayscale: #505050. Windows color (decimal): -10465994 or 3558752. OLE color: 3558752.

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

Color convert

RGB967754-
CMYK00.200.440.62
HSL32.86º28%29.41%-
HSV(B)32.86º43.75%37.65%-
XYZ8.148.064.62-
YUV80.06113.29139.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=42.29%
G=33.92%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96775400.200.440.6232.862829.41
Hex604D360142C3E211c1d
Octal140115660245476413435
Binary110000010011011101100101001011001111101000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,77,54); }

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

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

 a { background-color: rgb(96,77,54); }

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

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

 span { border-color: rgb(96,77,54); }

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