#654918

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

Shades of Antique Brass #654918

Tints of Antique Brass #654918

Color information

#654918 (or 0x654918) is unknown color: approx Antique Brass. HEX triplet: 65, 49 and 18. RGB value is (101,73,24). Sum of RGB (Red+Green+Blue) = 101+73+24=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #654918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654918 is #9AB6E7. Grayscale: #4C4C4C. Windows color (decimal): -10139368 or 1591653. OLE color: 1591653.

HSL color Cylindrical-coordinate representation of color #654918: hue angle of 38.18º 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 #654918 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1017324-
CMYK00.280.760.60
HSL38.18º61.6%24.51%-
HSV(B)38.18º76.24%39.61%-
XYZ7.917.61.91-
YUV75.7998.78145.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=51.01%
G=36.87%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101732400.280.760.6038.1861.624.51
Hex65491801C4C3C263e19
Octal1451113003411474467631
Binary1100101100100111000011100100110011110010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654918; }

 p { color: rgb(101,73,24); }

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

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

 a { background-color: rgb(101,73,24); }

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

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

 span { border-color: rgb(101,73,24); }

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