#6C3F19

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

Shades of Antique Brass #6C3F19

Tints of Antique Brass #6C3F19

Color information

#6C3F19 (or 0x6C3F19) is unknown color: approx Antique Brass. HEX triplet: 6C, 3F and 19. RGB value is (108,63,25). Sum of RGB (Red+Green+Blue) = 108+63+25=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3F19 is #93C0E6. Grayscale: #484848. Windows color (decimal): -9683175 or 1654636. OLE color: 1654636.

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

Color convert

RGB1086325-
CMYK00.420.770.58
HSL27.47º62.41%26.08%-
HSV(B)27.47º76.85%42.35%-
XYZ8.146.811.81-
YUV72.12101.41153.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.10%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=55.10%
G=32.14%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108632500.420.770.5827.4762.4126.08
Hex6C3F1902A4D3A1b3e1a
Octal154773105211572337632
Binary110110011111111001010101010011011110101101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,63,25); }

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

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

 a { background-color: rgb(108,63,25); }

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

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

 span { border-color: rgb(108,63,25); }

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