#654618

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

Shades of Antique Brass #654618

Tints of Antique Brass #654618

Color information

#654618 (or 0x654618) is unknown color: approx Antique Brass. HEX triplet: 65, 46 and 18. RGB value is (101,70,24). Sum of RGB (Red+Green+Blue) = 101+70+24=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #654618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654618 is #9AB9E7. Grayscale: #4A4A4A. Windows color (decimal): -10140136 or 1590885. OLE color: 1590885.

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

Color convert

RGB1017024-
CMYK00.310.760.60
HSL35.84º61.6%24.51%-
HSV(B)35.84º76.24%39.61%-
XYZ7.727.211.85-
YUV74.0299.77147.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=51.79%
G=35.90%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101702400.310.760.6035.8461.624.51
Hex65461801F4C3C243e19
Octal1451063003711474447631
Binary1100101100011011000011111100110011110010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654618; }

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

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

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

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

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

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

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

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