#6A4E2E

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

Shades of Dallas #6A4E2E

Tints of Dallas #6A4E2E

Color information

#6A4E2E (or 0x6A4E2E) is unknown color: approx Dallas. HEX triplet: 6A, 4E and 2E. RGB value is (106,78,46). Sum of RGB (Red+Green+Blue) = 106+78+46=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E2E is #95B1D1. Grayscale: #525252. Windows color (decimal): -9810386 or 3034730. OLE color: 3034730.

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

Color convert

RGB1067846-
CMYK00.260.570.58
HSL32º39.47%29.8%-
HSV(B)32º56.6%41.57%-
XYZ9.168.713.78-
YUV82.72107.28144.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 46 (18.36% from 255) = 20%
R=46.09%
G=33.91%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106784600.260.570.583239.4729.8
Hex6A4E2E01A393A20271e
Octal152116560327172404736
Binary1101010100111010111001101011100111101010000010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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