#6A4E2C

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

Shades of Dallas #6A4E2C

Tints of Dallas #6A4E2C

Color information

#6A4E2C (or 0x6A4E2C) is unknown color: approx Dallas. HEX triplet: 6A, 4E and 2C. RGB value is (106,78,44). Sum of RGB (Red+Green+Blue) = 106+78+44=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E2C is #95B1D3. Grayscale: #525252. Windows color (decimal): -9810388 or 2903658. OLE color: 2903658.

HSL color Cylindrical-coordinate representation of color #6A4E2C: hue angle of 32.9º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A4E2C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1067844-
CMYK00.260.580.58
HSL32.9º41.33%29.41%-
HSV(B)32.9º58.49%41.57%-
XYZ9.128.693.58-
YUV82.5106.28144.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=46.49%
G=34.21%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106784400.260.580.5832.941.3329.41
Hex6A4E2C01A3A3A21291d
Octal152116540327272415135
Binary1101010100111010110001101011101011101010000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,44); }

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

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

 a { background-color: rgb(106,78,44); }

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

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

 span { border-color: rgb(106,78,44); }

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