#654616

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

Shades of Antique Brass #654616

Tints of Antique Brass #654616

Color information

#654616 (or 0x654616) is unknown color: approx Antique Brass. HEX triplet: 65, 46 and 16. RGB value is (101,70,22). Sum of RGB (Red+Green+Blue) = 101+70+22=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #654616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654616 is #9AB9E9. Grayscale: #4A4A4A. Windows color (decimal): -10140138 or 1459813. OLE color: 1459813.

HSL color Cylindrical-coordinate representation of color #654616: hue angle of 36.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654616 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1017022-
CMYK00.310.780.60
HSL36.46º64.23%24.12%-
HSV(B)36.46º78.22%39.61%-
XYZ7.77.21.74-
YUV73.898.77147.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.33%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=52.33%
G=36.27%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101702200.310.780.6036.4664.2324.12
Hex65461601F4E3C244018
Octal14510626037116744410030
Binary11001011000110101100111111001110111100100100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654616; }

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

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

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

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

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

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

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

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