Html Css Color HEX #644716 Antique Brass

📋 copy color: '#644716'

red 100 ◦ green 71 ◦ blue 22

#644716
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #644716

Tints of Antique Brass #644716

RGB

 RED value IS 100 (39.45% from 255) = 51.81%

 GREEN value IS 71 (28.13% from 255) = 36.79%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 51.81%
G = 36.79%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#644716 (or 0x644716) is known color: Antique Brass. HEX triplet: 64, 47 and 16. RGB value is (100,71,22). Sum of RGB (Red+Green+Blue) = 100+71+22=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #644716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644716 is #9BB8E9. Grayscale: #4A4A4A. Windows color (decimal): -10205418 or 1460068. OLE color: 1460068.

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

Color convert

RGB 100 71 22 -
CMYK 0 0.29 0.78 0.61
HSL 37.69º 0.64% 0.24% -
HSV(B) 37.69º 0.78% 0.39% -
XYZ 7.65 7.27 1.76 -
YUV 74.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 100 71 22 0 0.29 0.78 0.61 37.69 0.64 0.24
Hex 64 47 16 0 1D 4E 3D 26 40 18
Octal 144 107 26 0 35 116 75 46 100 30
Binary 1100100 1000111 10110 0 11101 1001110 111101 100110 1000000 11000

Color Harmonies of #644716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644716

Black with #644716

Text Example


Text Example

White with #644716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644716; }

 p { color: rgb(100,71,22); }

 H1.HeaderClassName
 {
   color: #644716;
 }
 .AnyTagClassName
 {
   color: #644716;
 }
</style>

background-color css

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

 a { background-color: rgb(100,71,22); }

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

border-color css

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

 span { border-color: rgb(100,71,22); }

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