#6D4D2E

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

Shades of Dallas #6D4D2E

Tints of Dallas #6D4D2E

Color information

#6D4D2E (or 0x6D4D2E) is unknown color: approx Dallas. HEX triplet: 6D, 4D and 2E. RGB value is (109,77,46). Sum of RGB (Red+Green+Blue) = 109+77+46=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D2E is #92B2D1. Grayscale: #535353. Windows color (decimal): -9614034 or 3034477. OLE color: 3034477.

HSL color Cylindrical-coordinate representation of color #6D4D2E: hue angle of 29.52º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D4D2E is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1097746-
CMYK00.290.580.57
HSL29.52º40.65%30.39%-
HSV(B)29.52º57.8%42.75%-
XYZ9.458.763.78-
YUV83.03107.1146.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=46.98%
G=33.19%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109774600.290.580.5729.5240.6530.39
Hex6D4D2E01D3A391e291e
Octal155115560357271365136
Binary110110110011011011100111011110101110011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,77,46); }

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

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

 a { background-color: rgb(109,77,46); }

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

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

 span { border-color: rgb(109,77,46); }

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