#614831

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

Shades of Dallas #614831

Tints of Dallas #614831

Color information

#614831 (or 0x614831) is unknown color: approx Dallas. HEX triplet: 61, 48 and 31. RGB value is (97,72,49). Sum of RGB (Red+Green+Blue) = 97+72+49=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614831 is #9EB7CE. Grayscale: #4C4C4C. Windows color (decimal): -10401743 or 3229793. OLE color: 3229793.

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

Color convert

RGB977249-
CMYK00.260.490.62
HSL28.75º32.88%28.63%-
HSV(B)28.75º49.48%38.04%-
XYZ7.87.43.92-
YUV76.85112.28142.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=44.50%
G=33.03%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97724900.260.490.6228.7532.8828.63
Hex61483101A313E1d211d
Octal141110610326176354135
Binary110000110010001100010110101100011111101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614831; }

 p { color: rgb(97,72,49); }

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

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

 a { background-color: rgb(97,72,49); }

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

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

 span { border-color: rgb(97,72,49); }

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