#68441b

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

Shades of Antique Brass #68441B

Tints of Antique Brass #68441B

Color information

#68441B (or 0x68441B) is unknown color: approx Antique Brass. HEX triplet: 68, 44 and 1B. RGB value is (104,68,27). Sum of RGB (Red+Green+Blue) = 104+68+27=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441B is #97BBE4. Grayscale: #4A4A4A. Windows color (decimal): -9944037 or 1786984. OLE color: 1786984.

HSL color Cylindrical-coordinate representation of color #68441B: hue angle of 31.95º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68441B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1046827-
CMYK00.350.740.59
HSL31.95º58.78%25.69%-
HSV(B)31.95º74.04%40.78%-
XYZ7.977.162-
YUV74.09101.43149.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=52.26%
G=34.17%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104682700.350.740.5931.9558.7825.69
Hex68441B0234A3B203b1a
Octal1501043304311273407332
Binary11010001000100110110100011100101011101110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68441b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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