Html Css Color HEX #644615 Antique Brass

📋 copy color: '#644615'

red 100 ◦ green 70 ◦ blue 21

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

Shades of Antique Brass #644615

Tints of Antique Brass #644615

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 value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#644615 (or 0x644615) is known color: 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

RGB 100 70 21 -
CMYK 0 0.30 0.79 0.61
HSL 37.22º 0.65% 0.24% -
HSV(B) 37.22º 0.79% 0.39% -
XYZ 7.58 7.14 1.69 -
YUV 73.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 100 70 21 0 0.30 0.79 0.61 37.22 0.65 0.24
Hex 64 46 15 0 1E 4F 3D 25 41 18
Octal 144 106 25 0 36 117 75 45 101 30
Binary 1100100 1000110 10101 0 11110 1001111 111101 100101 1000001 11000

Color Harmonies of #644615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644615

Black with #644615

Text Example


Text Example

White with #644615

Text Example


Text Example

HTML Codes & Css Web 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>