#614A25

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

Shades of Dallas #614A25

Tints of Dallas #614A25

Color information

#614A25 (or 0x614A25) is unknown color: approx Dallas. HEX triplet: 61, 4A and 25. RGB value is (97,74,37). Sum of RGB (Red+Green+Blue) = 97+74+37=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A25 is #9EB5DA. Grayscale: #4C4C4C. Windows color (decimal): -10401243 or 2443873. OLE color: 2443873.

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

Color convert

RGB977437-
CMYK00.240.620.62
HSL37º44.78%26.27%-
HSV(B)37º61.86%38.04%-
XYZ7.717.572.81-
YUV76.66105.62142.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=46.63%
G=35.58%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97743700.240.620.623744.7826.27
Hex614A250183E3E252d1a
Octal141112450307676455532
Binary1100001100101010010101100011111011111010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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