#68471C

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

Shades of Antique Brass #68471C

Tints of Antique Brass #68471C

Color information

#68471C (or 0x68471C) is unknown color: approx Antique Brass. HEX triplet: 68, 47 and 1C. RGB value is (104,71,28). Sum of RGB (Red+Green+Blue) = 104+71+28=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471C is #97B8E3. Grayscale: #4C4C4C. Windows color (decimal): -9943268 or 1853288. OLE color: 1853288.

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

Color convert

RGB1047128-
CMYK00.320.730.59
HSL33.95º57.58%25.88%-
HSV(B)33.95º73.08%40.78%-
XYZ8.177.532.12-
YUV75.96100.93148-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=51.23%
G=34.98%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104712800.320.730.5933.9557.5825.88
Hex68471C020493B223a1a
Octal1501073404011173427232
Binary11010001000111111000100000100100111101110001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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