#6A4C30

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

Shades of Dallas #6A4C30

Tints of Dallas #6A4C30

Color information

#6A4C30 (or 0x6A4C30) is unknown color: approx Dallas. HEX triplet: 6A, 4C and 30. RGB value is (106,76,48). Sum of RGB (Red+Green+Blue) = 106+76+48=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C30 is #95B3CF. Grayscale: #515151. Windows color (decimal): -9810896 or 3165290. OLE color: 3165290.

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

Color convert

RGB1067648-
CMYK00.280.550.58
HSL28.97º37.66%30.2%-
HSV(B)28.97º54.72%41.57%-
XYZ9.068.453.95-
YUV81.78108.94145.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=46.09%
G=33.04%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106764800.280.550.5828.9737.6630.2
Hex6A4C3001C373A1d261e
Octal152114600346772354636
Binary110101010011001100000111001101111110101110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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