#6D5133

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

Shades of Dallas #6D5133

Tints of Dallas #6D5133

Color information

#6D5133 (or 0x6D5133) is unknown color: approx Dallas. HEX triplet: 6D, 51 and 33. RGB value is (109,81,51). Sum of RGB (Red+Green+Blue) = 109+81+51=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5133 is #92AECC. Grayscale: #565656. Windows color (decimal): -9613005 or 3363181. OLE color: 3363181.

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

Color convert

RGB1098151-
CMYK00.260.530.57
HSL31.03º36.25%31.37%-
HSV(B)31.03º53.21%42.75%-
XYZ9.859.384.42-
YUV85.95108.28144.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=45.23%
G=33.61%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109815100.260.530.5731.0336.2531.37
Hex6D513301A35391f241f
Octal155121630326571374437
Binary110110110100011100110110101101011110011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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