#614D33

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

Shades of Dallas #614D33

Tints of Dallas #614D33

Color information

#614D33 (or 0x614D33) is unknown color: approx Dallas. HEX triplet: 61, 4D and 33. RGB value is (97,77,51). Sum of RGB (Red+Green+Blue) = 97+77+51=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D33 is #9EB2CC. Grayscale: #505050. Windows color (decimal): -10400461 or 3362145. OLE color: 3362145.

HSL color Cylindrical-coordinate representation of color #614D33: hue angle of 33.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614D33 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB977751-
CMYK00.210.470.62
HSL33.91º31.08%29.02%-
HSV(B)33.91º47.42%38.04%-
XYZ8.188.094.26-
YUV80.02111.63140.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=43.11%
G=34.22%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97775100.210.470.6233.9131.0829.02
Hex614D330152F3E221f1d
Octal141115630255776423735
Binary110000110011011100110101011011111111101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D33; }

 p { color: rgb(97,77,51); }

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

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

 a { background-color: rgb(97,77,51); }

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

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

 span { border-color: rgb(97,77,51); }

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