#6F5031

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

Shades of Dallas #6F5031

Tints of Dallas #6F5031

Color information

#6F5031 (or 0x6F5031) is unknown color: approx Dallas. HEX triplet: 6F, 50 and 31. RGB value is (111,80,49). Sum of RGB (Red+Green+Blue) = 111+80+49=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5031 is #90AFCE. Grayscale: #555555. Windows color (decimal): -9482191 or 3231855. OLE color: 3231855.

HSL color Cylindrical-coordinate representation of color #6F5031: hue angle of 30º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5031 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1118049-
CMYK00.280.560.56
HSL30º38.75%31.37%-
HSV(B)30º55.86%43.53%-
XYZ9.989.344.18-
YUV85.74107.27146.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=46.25%
G=33.33%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111804900.280.560.563038.7531.37
Hex6F503101C38381e271f
Octal157120610347070364737
Binary110111110100001100010111001110001110001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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