#664618

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

Shades of Antique Brass #664618

Tints of Antique Brass #664618

Color information

#664618 (or 0x664618) is unknown color: approx Antique Brass. HEX triplet: 66, 46 and 18. RGB value is (102,70,24). Sum of RGB (Red+Green+Blue) = 102+70+24=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664618 is #99B9E7. Grayscale: #4A4A4A. Windows color (decimal): -10074600 or 1590886. OLE color: 1590886.

HSL color Cylindrical-coordinate representation of color #664618: hue angle of 35.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664618 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1027024-
CMYK00.310.760.6
HSL35.38º61.9%24.71%-
HSV(B)35.38º76.47%40%-
XYZ7.837.271.85-
YUV74.3299.6147.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=52.04%
G=35.71%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102702400.310.760.635.3861.924.71
Hex66461801F4C3C233e19
Octal1461063003711474437631
Binary1100110100011011000011111100110011110010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664618; }

 p { color: rgb(102,70,24); }

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

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

 a { background-color: rgb(102,70,24); }

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

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

 span { border-color: rgb(102,70,24); }

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