#69441f

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

Shades of Antique Brass #69441F

Tints of Antique Brass #69441F

Color information

#69441F (or 0x69441F) is unknown color: approx Antique Brass. HEX triplet: 69, 44 and 1F. RGB value is (105,68,31). Sum of RGB (Red+Green+Blue) = 105+68+31=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69441F is #96BBE0. Grayscale: #4B4B4B. Windows color (decimal): -9878497 or 2049129. OLE color: 2049129.

HSL color Cylindrical-coordinate representation of color #69441F: hue angle of 30º 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 #69441F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1056831-
CMYK00.350.700.59
HSL30º54.41%26.67%-
HSV(B)30º70.48%41.18%-
XYZ8.147.242.26-
YUV74.84103.26149.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=51.47%
G=33.33%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105683100.350.700.593054.4126.67
Hex69441F023463B1e361b
Octal1511043704310673366633
Binary1101001100010011111010001110001101110111111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69441f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69441f; }

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

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

<style>
 a { background-color: #69441f; }

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

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

<style>
 span { border-color: #69441f; }

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

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