#6D5132

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

Shades of Dallas #6D5132

Tints of Dallas #6D5132

Color information

#6D5132 (or 0x6D5132) is unknown color: approx Dallas. HEX triplet: 6D, 51 and 32. RGB value is (109,81,50). Sum of RGB (Red+Green+Blue) = 109+81+50=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5132 is #92AECD. Grayscale: #555555. Windows color (decimal): -9613006 or 3297645. OLE color: 3297645.

HSL color Cylindrical-coordinate representation of color #6D5132: hue angle of 31.53º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D5132 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB1098150-
CMYK00.260.540.57
HSL31.53º37.11%31.18%-
HSV(B)31.53º54.13%42.75%-
XYZ9.829.374.31-
YUV85.84107.78144.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=45.42%
G=33.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109815000.260.540.5731.5337.1131.18
Hex6D513201A363920251f
Octal155121620326671404537
Binary1101101101000111001001101011011011100110000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5132; }

 p { color: rgb(109,81,50); }

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

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

 a { background-color: rgb(109,81,50); }

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

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

 span { border-color: rgb(109,81,50); }

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