#654A1D

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

Shades of Antique Brass #654A1D

Tints of Antique Brass #654A1D

Color information

#654A1D (or 0x654A1D) is unknown color: approx Antique Brass. HEX triplet: 65, 4A and 1D. RGB value is (101,74,29). Sum of RGB (Red+Green+Blue) = 101+74+29=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #654A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A1D is #9AB5E2. Grayscale: #4D4D4D. Windows color (decimal): -10139107 or 1919589. OLE color: 1919589.

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

Color convert

RGB1017429-
CMYK00.270.710.60
HSL37.5º55.38%25.49%-
HSV(B)37.5º71.29%39.61%-
XYZ8.047.752.24-
YUV76.94100.95145.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=49.51%
G=36.27%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101742900.270.710.6037.555.3825.49
Hex654A1D01B473C263719
Octal1451123503310774466731
Binary1100101100101011101011011100011111110010011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,74,29); }

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

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

 a { background-color: rgb(101,74,29); }

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

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

 span { border-color: rgb(101,74,29); }

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