#614D2A

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

Shades of Dallas #614D2A

Tints of Dallas #614D2A

Color information

#614D2A (or 0x614D2A) is unknown color: approx Dallas. HEX triplet: 61, 4D and 2A. RGB value is (97,77,42). Sum of RGB (Red+Green+Blue) = 97+77+42=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D2A is #9EB2D5. Grayscale: #4F4F4F. Windows color (decimal): -10400470 or 2772321. OLE color: 2772321.

HSL color Cylindrical-coordinate representation of color #614D2A: hue angle of 38.18º 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 #614D2A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB977742-
CMYK00.210.570.62
HSL38.18º39.57%27.25%-
HSV(B)38.18º56.7%38.04%-
XYZ88.023.32-
YUV78.99107.13140.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=44.91%
G=35.65%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97774200.210.570.6238.1839.5727.25
Hex614D2A015393E26281b
Octal141115520257176465033
Binary1100001100110110101001010111100111111010011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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