#614928

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

Shades of Dallas #614928

Tints of Dallas #614928

Color information

#614928 (or 0x614928) is unknown color: approx Dallas. HEX triplet: 61, 49 and 28. RGB value is (97,73,40). Sum of RGB (Red+Green+Blue) = 97+73+40=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614928 is #9EB6D7. Grayscale: #4C4C4C. Windows color (decimal): -10401496 or 2640225. OLE color: 2640225.

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

Color convert

RGB977340-
CMYK00.250.590.62
HSL34.74º41.61%26.86%-
HSV(B)34.74º58.76%38.04%-
XYZ7.77.463.04-
YUV76.41107.45142.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=46.19%
G=34.76%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97734000.250.590.6234.7441.6126.86
Hex6149280193B3E232a1b
Octal141111500317376435233
Binary1100001100100110100001100111101111111010001110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614928; }

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

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

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

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

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

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

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

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