#6A4C2C

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

Shades of Dallas #6A4C2C

Tints of Dallas #6A4C2C

Color information

#6A4C2C (or 0x6A4C2C) is unknown color: approx Dallas. HEX triplet: 6A, 4C and 2C. RGB value is (106,76,44). Sum of RGB (Red+Green+Blue) = 106+76+44=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C2C is #95B3D3. Grayscale: #515151. Windows color (decimal): -9810900 or 2903146. OLE color: 2903146.

HSL color Cylindrical-coordinate representation of color #6A4C2C: hue angle of 30.97º 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 #6A4C2C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1067644-
CMYK00.280.580.58
HSL30.97º41.33%29.41%-
HSV(B)30.97º58.49%41.57%-
XYZ8.988.413.53-
YUV81.32106.94145.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.90%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=46.90%
G=33.63%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106764400.280.580.5830.9741.3329.41
Hex6A4C2C01C3A3A1f291d
Octal152114540347272375135
Binary110101010011001011000111001110101110101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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