#6A4B2C

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

Shades of Dallas #6A4B2C

Tints of Dallas #6A4B2C

Color information

#6A4B2C (or 0x6A4B2C) is unknown color: approx Dallas. HEX triplet: 6A, 4B and 2C. RGB value is (106,75,44). Sum of RGB (Red+Green+Blue) = 106+75+44=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4B2C is #95B4D3. Grayscale: #505050. Windows color (decimal): -9811156 or 2902890. OLE color: 2902890.

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

Color convert

RGB1067544-
CMYK00.290.580.58
HSL30º41.33%29.41%-
HSV(B)30º58.49%41.57%-
XYZ8.918.283.51-
YUV80.74107.27146.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=47.11%
G=33.33%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106754400.290.580.583041.3329.41
Hex6A4B2C01D3A3A1e291d
Octal152113540357272365135
Binary110101010010111011000111011110101110101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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