#6A5131

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

Shades of Dallas #6A5131

Tints of Dallas #6A5131

Color information

#6A5131 (or 0x6A5131) is unknown color: approx Dallas. HEX triplet: 6A, 51 and 31. RGB value is (106,81,49). Sum of RGB (Red+Green+Blue) = 106+81+49=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5131 is #95AECE. Grayscale: #545454. Windows color (decimal): -9809615 or 3232106. OLE color: 3232106.

HSL color Cylindrical-coordinate representation of color #6A5131: hue angle of 33.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A5131 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB1068149-
CMYK00.240.540.58
HSL33.68º36.77%30.39%-
HSV(B)33.68º53.77%41.57%-
XYZ9.449.174.18-
YUV84.83107.78143.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=44.92%
G=34.32%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106814900.240.540.5833.6836.7730.39
Hex6A5131018363A22251e
Octal152121610306672424536
Binary1101010101000111000101100011011011101010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,49); }

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

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

 a { background-color: rgb(106,81,49); }

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

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

 span { border-color: rgb(106,81,49); }

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