#68471E

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

Shades of Antique Brass #68471E

Tints of Antique Brass #68471E

Color information

#68471E (or 0x68471E) is unknown color: approx Antique Brass. HEX triplet: 68, 47 and 1E. RGB value is (104,71,30). Sum of RGB (Red+Green+Blue) = 104+71+30=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471E is #97B8E1. Grayscale: #4C4C4C. Windows color (decimal): -9943266 or 1984360. OLE color: 1984360.

HSL color Cylindrical-coordinate representation of color #68471E: hue angle of 33.24º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68471E is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1047130-
CMYK00.320.710.59
HSL33.24º55.22%26.27%-
HSV(B)33.24º71.15%40.78%-
XYZ8.27.542.25-
YUV76.19101.93147.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=50.73%
G=34.63%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104713000.320.710.5933.2455.2226.27
Hex68471E020473B21371a
Octal1501073604010773416732
Binary11010001000111111100100000100011111101110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68471E; }

 p { color: rgb(104,71,30); }

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

<style>
 a { background-color: #68471E; }

 a { background-color: rgb(104,71,30); }

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

<style>
 span { border-color: #68471E; }

 span { border-color: rgb(104,71,30); }

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