#6C441F

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

Shades of Antique Brass #6C441F

Tints of Antique Brass #6C441F

Color information

#6C441F (or 0x6C441F) is unknown color: approx Antique Brass. HEX triplet: 6C, 44 and 1F. RGB value is (108,68,31). Sum of RGB (Red+Green+Blue) = 108+68+31=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C441F is #93BBE0. Grayscale: #4B4B4B. Windows color (decimal): -9681889 or 2049132. OLE color: 2049132.

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

Color convert

RGB1086831-
CMYK00.370.710.58
HSL28.83º55.4%27.25%-
HSV(B)28.83º71.3%42.35%-
XYZ8.57.422.28-
YUV75.74102.75151.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.17%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=52.17%
G=32.85%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108683100.370.710.5828.8355.427.25
Hex6C441F025473A1d371b
Octal1541043704510772356733
Binary1101100100010011111010010110001111110101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,68,31); }

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

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

 a { background-color: rgb(108,68,31); }

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

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

 span { border-color: rgb(108,68,31); }

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