#614E31

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

Shades of Dallas #614E31

Tints of Dallas #614E31

Color information

#614E31 (or 0x614E31) is unknown color: approx Dallas. HEX triplet: 61, 4E and 31. RGB value is (97,78,49). Sum of RGB (Red+Green+Blue) = 97+78+49=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E31 is #9EB1CE. Grayscale: #505050. Windows color (decimal): -10400207 or 3231329. OLE color: 3231329.

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

Color convert

RGB977849-
CMYK00.200.490.62
HSL36.25º32.88%28.63%-
HSV(B)36.25º49.48%38.04%-
XYZ8.218.214.06-
YUV80.37110.29139.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=43.30%
G=34.82%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97784900.200.490.6236.2532.8828.63
Hex614E31014313E24211d
Octal141116610246176444135
Binary1100001100111011000101010011000111111010010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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