#69471F

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

Shades of Antique Brass #69471F

Tints of Antique Brass #69471F

Color information

#69471F (or 0x69471F) is unknown color: approx Antique Brass. HEX triplet: 69, 47 and 1F. RGB value is (105,71,31). Sum of RGB (Red+Green+Blue) = 105+71+31=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #69471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69471F is #96B8E0. Grayscale: #4C4C4C. Windows color (decimal): -9877729 or 2049897. OLE color: 2049897.

HSL color Cylindrical-coordinate representation of color #69471F: hue angle of 32.43º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69471F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1057131-
CMYK00.320.700.59
HSL32.43º54.41%26.67%-
HSV(B)32.43º70.48%41.18%-
XYZ8.337.612.33-
YUV76.61102.26148.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=50.72%
G=34.30%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105713100.320.700.5932.4354.4126.67
Hex69471F020463B20361b
Octal1511073704010673406633
Binary11010011000111111110100000100011011101110000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69471F; }

 p { color: rgb(105,71,31); }

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

<style>
 a { background-color: #69471F; }

 a { background-color: rgb(105,71,31); }

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

<style>
 span { border-color: #69471F; }

 span { border-color: rgb(105,71,31); }

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