#6f421d

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

Shades of Antique Brass #6F421D

Tints of Antique Brass #6F421D

Color information

#6F421D (or 0x6F421D) is unknown color: approx Antique Brass. HEX triplet: 6F, 42 and 1D. RGB value is (111,66,29). Sum of RGB (Red+Green+Blue) = 111+66+29=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F421D is #90BDE2. Grayscale: #4B4B4B. Windows color (decimal): -9485795 or 1917551. OLE color: 1917551.

HSL color Cylindrical-coordinate representation of color #6F421D: hue angle of 27.07º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F421D is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1116629-
CMYK00.410.740.56
HSL27.07º58.57%27.45%-
HSV(B)27.07º73.87%43.53%-
XYZ8.737.362.12-
YUV75.24101.91153.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=53.88%
G=32.04%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111662900.410.740.5627.0758.5727.45
Hex6F421D0294A381b3b1b
Octal1571023505111270337333
Binary1101111100001011101010100110010101110001101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f421d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,29); }

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

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

 a { background-color: rgb(111,66,29); }

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

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

 span { border-color: rgb(111,66,29); }

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