#614728

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

Shades of Dallas #614728

Tints of Dallas #614728

Color information

#614728 (or 0x614728) is unknown color: approx Dallas. HEX triplet: 61, 47 and 28. RGB value is (97,71,40). Sum of RGB (Red+Green+Blue) = 97+71+40=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614728 is #9EB8D7. Grayscale: #4B4B4B. Windows color (decimal): -10402008 or 2639713. OLE color: 2639713.

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

Color convert

RGB977140-
CMYK00.270.590.62
HSL32.63º41.61%26.86%-
HSV(B)32.63º58.76%38.04%-
XYZ7.577.23-
YUV75.24108.11143.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=46.63%
G=34.13%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97714000.270.590.6232.6341.6126.86
Hex61472801B3B3E212a1b
Octal141107500337376415233
Binary1100001100011110100001101111101111111010000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614728; }

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

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

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

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

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

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

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

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