#614929

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

Shades of Dallas #614929

Tints of Dallas #614929

Color information

#614929 (or 0x614929) is unknown color: approx Dallas. HEX triplet: 61, 49 and 29. RGB value is (97,73,41). Sum of RGB (Red+Green+Blue) = 97+73+41=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614929 is #9EB6D6. Grayscale: #4C4C4C. Windows color (decimal): -10401495 or 2705761. OLE color: 2705761.

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

Color convert

RGB977341-
CMYK00.250.580.62
HSL34.29º40.58%27.06%-
HSV(B)34.29º57.73%38.04%-
XYZ7.717.473.13-
YUV76.53107.95142.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=45.97%
G=34.60%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97734100.250.580.6234.2940.5827.06
Hex6149290193A3E22291b
Octal141111510317276425133
Binary1100001100100110100101100111101011111010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614929; }

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

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

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

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

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

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

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

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