#614A2A

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

Shades of Dallas #614A2A

Tints of Dallas #614A2A

Color information

#614A2A (or 0x614A2A) is unknown color: approx Dallas. HEX triplet: 61, 4A and 2A. RGB value is (97,74,42). Sum of RGB (Red+Green+Blue) = 97+74+42=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A2A is #9EB5D5. Grayscale: #4D4D4D. Windows color (decimal): -10401238 or 2771553. OLE color: 2771553.

HSL color Cylindrical-coordinate representation of color #614A2A: hue angle of 34.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614A2A is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB977442-
CMYK00.240.570.62
HSL34.91º39.57%27.25%-
HSV(B)34.91º56.7%38.04%-
XYZ7.87.613.25-
YUV77.23108.12142.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=45.54%
G=34.74%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97744200.240.570.6234.9139.5727.25
Hex614A2A018393E23281b
Octal141112520307176435033
Binary1100001100101010101001100011100111111010001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,42); }

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

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

 a { background-color: rgb(97,74,42); }

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

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

 span { border-color: rgb(97,74,42); }

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