#664112

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

Shades of Antique Brass #664112

Tints of Antique Brass #664112

Color information

#664112 (or 0x664112) is unknown color: approx Antique Brass. HEX triplet: 66, 41 and 12. RGB value is (102,65,18). Sum of RGB (Red+Green+Blue) = 102+65+18=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664112 is #99BEED. Grayscale: #464646. Windows color (decimal): -10075886 or 1196390. OLE color: 1196390.

HSL color Cylindrical-coordinate representation of color #664112: hue angle of 33.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664112 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1026518-
CMYK00.360.820.6
HSL33.57º70%23.53%-
HSV(B)33.57º82.35%40%-
XYZ7.486.651.46-
YUV70.798.26150.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=55.14%
G=35.14%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102651800.360.820.633.577023.53
Hex664112024523C224618
Octal14610122044122744210630
Binary110011010000011001001001001010010111100100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664112; }

 p { color: rgb(102,65,18); }

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

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

 a { background-color: rgb(102,65,18); }

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

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

 span { border-color: rgb(102,65,18); }

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