#6A5031

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

Shades of Dallas #6A5031

Tints of Dallas #6A5031

Color information

#6A5031 (or 0x6A5031) is unknown color: approx Dallas. HEX triplet: 6A, 50 and 31. RGB value is (106,80,49). Sum of RGB (Red+Green+Blue) = 106+80+49=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5031 is #95AFCE. Grayscale: #545454. Windows color (decimal): -9809871 or 3231850. OLE color: 3231850.

HSL color Cylindrical-coordinate representation of color #6A5031: hue angle of 32.63º 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 #6A5031 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB1068049-
CMYK00.250.540.58
HSL32.63º36.77%30.39%-
HSV(B)32.63º53.77%41.57%-
XYZ9.379.024.15-
YUV84.24108.11143.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.11%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=45.11%
G=34.04%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106804900.250.540.5832.6336.7730.39
Hex6A5031019363A21251e
Octal152120610316672414536
Binary1101010101000011000101100111011011101010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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