#6F421B

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

Shades of Antique Brass #6F421B

Tints of Antique Brass #6F421B

Color information

#6F421B (or 0x6F421B) is unknown color: approx Antique Brass. HEX triplet: 6F, 42 and 1B. RGB value is (111,66,27). Sum of RGB (Red+Green+Blue) = 111+66+27=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F421B is #90BDE4. Grayscale: #4B4B4B. Windows color (decimal): -9485797 or 1786479. OLE color: 1786479.

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

Color convert

RGB1116627-
CMYK00.410.760.56
HSL27.86º60.87%27.06%-
HSV(B)27.86º75.68%43.53%-
XYZ8.77.362-
YUV75.01100.91153.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=54.41%
G=32.35%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111662700.410.760.5627.8660.8727.06
Hex6F421B0294C381c3d1b
Octal1571023305111470347533
Binary1101111100001011011010100110011001110001110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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