#68441D

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

Shades of Antique Brass #68441D

Tints of Antique Brass #68441D

Color information

#68441D (or 0x68441D) is unknown color: approx Antique Brass. HEX triplet: 68, 44 and 1D. RGB value is (104,68,29). Sum of RGB (Red+Green+Blue) = 104+68+29=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441D is #97BBE2. Grayscale: #4A4A4A. Windows color (decimal): -9944035 or 1918056. OLE color: 1918056.

HSL color Cylindrical-coordinate representation of color #68441D: hue angle of 31.2º degrees, saturation: 0.56, 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 #68441D is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1046829-
CMYK00.350.720.59
HSL31.2º56.39%26.08%-
HSV(B)31.2º72.12%40.78%-
XYZ87.172.12-
YUV74.32102.43149.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=51.74%
G=33.83%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104682900.350.720.5931.256.3926.08
Hex68441D023483B1f381a
Octal1501043504311073377032
Binary1101000100010011101010001110010001110111111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,68,29); }

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

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

 a { background-color: rgb(104,68,29); }

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

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

 span { border-color: rgb(104,68,29); }

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