#6A3C17

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

Shades of Antique Brass #6A3C17

Tints of Antique Brass #6A3C17

Color information

#6A3C17 (or 0x6A3C17) is unknown color: approx Antique Brass. HEX triplet: 6A, 3C and 17. RGB value is (106,60,23). Sum of RGB (Red+Green+Blue) = 106+60+23=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3C17 is #95C3E8. Grayscale: #454545. Windows color (decimal): -9815017 or 1522794. OLE color: 1522794.

HSL color Cylindrical-coordinate representation of color #6A3C17: hue angle of 26.75º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A3C17 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1066023-
CMYK00.430.780.58
HSL26.75º64.34%25.29%-
HSV(B)26.75º78.3%41.57%-
XYZ7.716.361.63-
YUV69.54101.74154.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=56.08%
G=31.75%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106602300.430.780.5826.7564.3425.29
Hex6A3C1702B4E3A1b4019
Octal1527427053116723310031
Binary1101010111100101110101011100111011101011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,60,23); }

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

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

 a { background-color: rgb(106,60,23); }

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

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

 span { border-color: rgb(106,60,23); }

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