#6A4F33

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

Shades of Dallas #6A4F33

Tints of Dallas #6A4F33

Color information

#6A4F33 (or 0x6A4F33) is unknown color: approx Dallas. HEX triplet: 6A, 4F and 33. RGB value is (106,79,51). Sum of RGB (Red+Green+Blue) = 106+79+51=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F33 is #95B0CC. Grayscale: #545454. Windows color (decimal): -9810125 or 3362666. OLE color: 3362666.

HSL color Cylindrical-coordinate representation of color #6A4F33: hue angle of 30.55º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A4F33 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1067951-
CMYK00.250.520.58
HSL30.55º35.03%30.78%-
HSV(B)30.55º51.89%41.57%-
XYZ9.348.94.36-
YUV83.88109.45143.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=44.92%
G=33.47%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106795100.250.520.5830.5535.0330.78
Hex6A4F33019343A1f231f
Octal152117630316472374337
Binary110101010011111100110110011101001110101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,51); }

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

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

 a { background-color: rgb(106,79,51); }

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

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

 span { border-color: rgb(106,79,51); }

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