#654D1A

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

Shades of Antique Brass #654D1A

Tints of Antique Brass #654D1A

Color information

#654D1A (or 0x654D1A) is unknown color: approx Antique Brass. HEX triplet: 65, 4D and 1A. RGB value is (101,77,26). Sum of RGB (Red+Green+Blue) = 101+77+26=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #654D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D1A is #9AB2E5. Grayscale: #4E4E4E. Windows color (decimal): -10138342 or 1723749. OLE color: 1723749.

HSL color Cylindrical-coordinate representation of color #654D1A: hue angle of 40.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #654D1A is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1017726-
CMYK00.240.740.60
HSL40.8º59.06%24.9%-
HSV(B)40.8º74.26%39.61%-
XYZ8.218.152.12-
YUV78.3698.45144.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=49.51%
G=37.75%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101772600.240.740.6040.859.0624.9
Hex654D1A0184A3C293b19
Octal1451153203011274517331
Binary1100101100110111010011000100101011110010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654D1A; }

 p { color: rgb(101,77,26); }

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

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

 a { background-color: rgb(101,77,26); }

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

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

 span { border-color: rgb(101,77,26); }

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