#69481D

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

Shades of Antique Brass #69481D

Tints of Antique Brass #69481D

Color information

#69481D (or 0x69481D) is unknown color: approx Antique Brass. HEX triplet: 69, 48 and 1D. RGB value is (105,72,29). Sum of RGB (Red+Green+Blue) = 105+72+29=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #69481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69481D is #96B7E2. Grayscale: #4D4D4D. Windows color (decimal): -9877475 or 1919081. OLE color: 1919081.

HSL color Cylindrical-coordinate representation of color #69481D: hue angle of 33.95º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69481D is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1057229-
CMYK00.310.720.59
HSL33.95º56.72%26.27%-
HSV(B)33.95º72.38%41.18%-
XYZ8.367.732.21-
YUV76.96100.93148-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=50.97%
G=34.95%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105722900.310.720.5933.9556.7226.27
Hex69481D01F483B22391a
Octal1511103503711073427132
Binary1101001100100011101011111100100011101110001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69481D; }

 p { color: rgb(105,72,29); }

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

<style>
 a { background-color: #69481D; }

 a { background-color: rgb(105,72,29); }

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

<style>
 span { border-color: #69481D; }

 span { border-color: rgb(105,72,29); }

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