#654C1D

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

Shades of Antique Brass #654C1D

Tints of Antique Brass #654C1D

Color information

#654C1D (or 0x654C1D) is unknown color: approx Antique Brass. HEX triplet: 65, 4C and 1D. RGB value is (101,76,29). Sum of RGB (Red+Green+Blue) = 101+76+29=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #654C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C1D is #9AB3E2. Grayscale: #4E4E4E. Windows color (decimal): -10138595 or 1920101. OLE color: 1920101.

HSL color Cylindrical-coordinate representation of color #654C1D: hue angle of 39.17º 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 #654C1D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1017629-
CMYK00.250.710.60
HSL39.17º55.38%25.49%-
HSV(B)39.17º71.29%39.61%-
XYZ8.178.022.28-
YUV78.12100.28144.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=49.03%
G=36.89%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101762900.250.710.6039.1755.3825.49
Hex654C1D019473C273719
Octal1451143503110774476731
Binary1100101100110011101011001100011111110010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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