#654D1F

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

Shades of Antique Brass #654D1F

Tints of Antique Brass #654D1F

Color information

#654D1F (or 0x654D1F) is unknown color: approx Antique Brass. HEX triplet: 65, 4D and 1F. RGB value is (101,77,31). Sum of RGB (Red+Green+Blue) = 101+77+31=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #654D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D1F is #9AB2E0. Grayscale: #4F4F4F. Windows color (decimal): -10138337 or 2051429. OLE color: 2051429.

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

Color convert

RGB1017731-
CMYK00.240.690.60
HSL39.43º53.03%25.88%-
HSV(B)39.43º69.31%39.61%-
XYZ8.278.172.44-
YUV78.93100.95143.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=48.33%
G=36.84%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101773100.240.690.6039.4353.0325.88
Hex654D1F018453C27351a
Octal1451153703010574476532
Binary1100101100110111111011000100010111110010011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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