#614C29

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

Shades of Dallas #614C29

Tints of Dallas #614C29

Color information

#614C29 (or 0x614C29) is unknown color: approx Dallas. HEX triplet: 61, 4C and 29. RGB value is (97,76,41). Sum of RGB (Red+Green+Blue) = 97+76+41=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C29 is #9EB3D6. Grayscale: #4E4E4E. Windows color (decimal): -10400727 or 2706529. OLE color: 2706529.

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

Color convert

RGB977641-
CMYK00.220.580.62
HSL37.5º40.58%27.06%-
HSV(B)37.5º57.73%38.04%-
XYZ7.917.873.2-
YUV78.29106.96141.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=45.33%
G=35.51%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97764100.220.580.6237.540.5827.06
Hex614C290163A3E26291b
Octal141114510267276465133
Binary1100001100110010100101011011101011111010011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,41); }

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

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

 a { background-color: rgb(97,76,41); }

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

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

 span { border-color: rgb(97,76,41); }

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