#614E32

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

Shades of Dallas #614E32

Tints of Dallas #614E32

Color information

#614E32 (or 0x614E32) is unknown color: approx Dallas. HEX triplet: 61, 4E and 32. RGB value is (97,78,50). Sum of RGB (Red+Green+Blue) = 97+78+50=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E32 is #9EB1CD. Grayscale: #505050. Windows color (decimal): -10400206 or 3296865. OLE color: 3296865.

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

Color convert

RGB977850-
CMYK00.200.480.62
HSL35.74º31.97%28.82%-
HSV(B)35.74º48.45%38.04%-
XYZ8.238.224.17-
YUV80.49110.79139.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=43.11%
G=34.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97785000.200.480.6235.7431.9728.82
Hex614E32014303E24201d
Octal141116620246076444035
Binary1100001100111011001001010011000011111010010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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