#654819

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

Shades of Antique Brass #654819

Tints of Antique Brass #654819

Color information

#654819 (or 0x654819) is unknown color: approx Antique Brass. HEX triplet: 65, 48 and 19. RGB value is (101,72,25). Sum of RGB (Red+Green+Blue) = 101+72+25=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #654819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654819 is #9AB7E6. Grayscale: #4B4B4B. Windows color (decimal): -10139623 or 1656933. OLE color: 1656933.

HSL color Cylindrical-coordinate representation of color #654819: hue angle of 37.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #654819 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1017225-
CMYK00.290.750.60
HSL37.11º60.32%24.71%-
HSV(B)37.11º75.25%39.61%-
XYZ7.867.471.95-
YUV75.3199.61146.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=51.01%
G=36.36%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101722500.290.750.6037.1160.3224.71
Hex65481901D4B3C253c19
Octal1451103103511374457431
Binary1100101100100011001011101100101111110010010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654819; }

 p { color: rgb(101,72,25); }

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

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

 a { background-color: rgb(101,72,25); }

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

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

 span { border-color: rgb(101,72,25); }

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