#6F5032

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

Shades of Dallas #6F5032

Tints of Dallas #6F5032

Color information

#6F5032 (or 0x6F5032) is unknown color: approx Dallas. HEX triplet: 6F, 50 and 32. RGB value is (111,80,50). Sum of RGB (Red+Green+Blue) = 111+80+50=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5032 is #90AFCD. Grayscale: #565656. Windows color (decimal): -9482190 or 3297391. OLE color: 3297391.

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

Color convert

RGB1118050-
CMYK00.280.550.56
HSL29.51º37.89%31.57%-
HSV(B)29.51º54.95%43.53%-
XYZ109.354.29-
YUV85.85107.77145.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=46.06%
G=33.20%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111805000.280.550.5629.5137.8931.57
Hex6F503201C37381e2620
Octal157120620346770364640
Binary1101111101000011001001110011011111100011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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