#644615

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

Shades of Antique Brass #644615

Tints of Antique Brass #644615

Color information

#644615 (or 0x644615) is unknown color: approx Antique Brass. HEX triplet: 64, 46 and 15. RGB value is (100,70,21). Sum of RGB (Red+Green+Blue) = 100+70+21=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #644615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644615 is #9BB9EA. Grayscale: #494949. Windows color (decimal): -10205675 or 1394276. OLE color: 1394276.

HSL color Cylindrical-coordinate representation of color #644615: hue angle of 37.22º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #644615 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1007021-
CMYK00.300.790.61
HSL37.22º65.29%23.73%-
HSV(B)37.22º79%39.22%-
XYZ7.587.141.69-
YUV73.3898.44146.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=52.36%
G=36.65%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100702100.300.790.6137.2265.2923.73
Hex64461501E4F3D254118
Octal14410625036117754510130
Binary11001001000110101010111101001111111101100101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644615; }

 p { color: rgb(100,70,21); }

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

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

 a { background-color: rgb(100,70,21); }

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

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

 span { border-color: rgb(100,70,21); }

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