#604E36

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

Shades of Dallas #604E36

Tints of Dallas #604E36

Color information

#604E36 (or 0x604E36) is unknown color: approx Dallas. HEX triplet: 60, 4E and 36. RGB value is (96,78,54). Sum of RGB (Red+Green+Blue) = 96+78+54=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #604E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E36 is #9FB1C9. Grayscale: #505050. Windows color (decimal): -10465738 or 3559008. OLE color: 3559008.

HSL color Cylindrical-coordinate representation of color #604E36: hue angle of 34.29º 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 #604E36 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB967854-
CMYK00.190.440.62
HSL34.29º28%29.41%-
HSV(B)34.29º43.75%37.65%-
XYZ8.218.24.64-
YUV80.65112.96138.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=42.11%
G=34.21%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96785400.190.440.6234.292829.41
Hex604E360132C3E221c1d
Octal140116660235476423435
Binary110000010011101101100100111011001111101000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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