#604E31

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

Shades of Dallas #604E31

Tints of Dallas #604E31

Color information

#604E31 (or 0x604E31) is unknown color: approx Dallas. HEX triplet: 60, 4E and 31. RGB value is (96,78,49). Sum of RGB (Red+Green+Blue) = 96+78+49=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #604E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E31 is #9FB1CE. Grayscale: #505050. Windows color (decimal): -10465743 or 3231328. OLE color: 3231328.

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

Color convert

RGB967849-
CMYK00.190.490.62
HSL37.02º32.41%28.43%-
HSV(B)37.02º48.96%37.65%-
XYZ8.18.164.05-
YUV80.08110.46139.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=43.05%
G=34.98%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96784900.190.490.6237.0232.4128.43
Hex604E31013313E25201c
Octal140116610236176454034
Binary1100000100111011000101001111000111111010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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