#614729

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

Shades of Dallas #614729

Tints of Dallas #614729

Color information

#614729 (or 0x614729) is unknown color: approx Dallas. HEX triplet: 61, 47 and 29. RGB value is (97,71,41). Sum of RGB (Red+Green+Blue) = 97+71+41=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614729 is #9EB8D6. Grayscale: #4B4B4B. Windows color (decimal): -10402007 or 2705249. OLE color: 2705249.

HSL color Cylindrical-coordinate representation of color #614729: hue angle of 32.14º 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 #614729 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB977141-
CMYK00.270.580.62
HSL32.14º40.58%27.06%-
HSV(B)32.14º57.73%38.04%-
XYZ7.587.213.09-
YUV75.35108.61143.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=46.41%
G=33.97%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97714100.270.580.6232.1440.5827.06
Hex61472901B3A3E20291b
Octal141107510337276405133
Binary1100001100011110100101101111101011111010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614729; }

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

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

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

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

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

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

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

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