#6A3F1A

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

Shades of Antique Brass #6A3F1A

Tints of Antique Brass #6A3F1A

Color information

#6A3F1A (or 0x6A3F1A) is unknown color: approx Antique Brass. HEX triplet: 6A, 3F and 1A. RGB value is (106,63,26). Sum of RGB (Red+Green+Blue) = 106+63+26=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F1A is #95C0E5. Grayscale: #474747. Windows color (decimal): -9814246 or 1720170. OLE color: 1720170.

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

Color convert

RGB1066326-
CMYK00.410.750.58
HSL27.75º60.61%25.88%-
HSV(B)27.75º75.47%41.57%-
XYZ7.916.691.85-
YUV71.64102.25152.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=54.36%
G=32.31%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106632600.410.750.5827.7560.6125.88
Hex6A3F1A0294B3A1c3d1a
Octal152773205111372347532
Binary110101011111111010010100110010111110101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,26); }

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

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

 a { background-color: rgb(106,63,26); }

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

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

 span { border-color: rgb(106,63,26); }

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