#6C461F

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

Shades of Antique Brass #6C461F

Tints of Antique Brass #6C461F

Color information

#6C461F (or 0x6C461F) is unknown color: approx Antique Brass. HEX triplet: 6C, 46 and 1F. RGB value is (108,70,31). Sum of RGB (Red+Green+Blue) = 108+70+31=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C461F is #93B9E0. Grayscale: #4D4D4D. Windows color (decimal): -9681377 or 2049644. OLE color: 2049644.

HSL color Cylindrical-coordinate representation of color #6C461F: hue angle of 30.39º 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 #6C461F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB1087031-
CMYK00.350.710.58
HSL30.39º55.4%27.25%-
HSV(B)30.39º71.3%42.35%-
XYZ8.627.672.32-
YUV76.92102.09150.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=51.67%
G=33.49%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108703100.350.710.5830.3955.427.25
Hex6C461F023473A1e371b
Octal1541063704310772366733
Binary1101100100011011111010001110001111110101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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