#654A1B

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

Shades of Antique Brass #654A1B

Tints of Antique Brass #654A1B

Color information

#654A1B (or 0x654A1B) is unknown color: approx Antique Brass. HEX triplet: 65, 4A and 1B. RGB value is (101,74,27). Sum of RGB (Red+Green+Blue) = 101+74+27=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #654A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A1B is #9AB5E4. Grayscale: #4C4C4C. Windows color (decimal): -10139109 or 1788517. OLE color: 1788517.

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

Color convert

RGB1017427-
CMYK00.270.730.60
HSL38.11º57.81%25.1%-
HSV(B)38.11º73.27%39.61%-
XYZ8.017.742.11-
YUV76.7299.95145.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=50%
G=36.63%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101742700.270.730.6038.1157.8125.1
Hex654A1B01B493C263a19
Octal1451123303311174467231
Binary1100101100101011011011011100100111110010011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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