Html Css Color HEX #684014 Antique Brass

📋 copy color: '#684014'

red 104 ◦ green 64 ◦ blue 20

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

Shades of Antique Brass #684014

Tints of Antique Brass #684014

RGB

 RED value IS 104 (41.02% from 255) = 55.32%

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 55.32%
G = 34.04%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#684014 (or 0x684014) is known color: Antique Brass. HEX triplet: 68, 40 and 14. RGB value is (104,64,20). Sum of RGB (Red+Green+Blue) = 104+64+20=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #684014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684014 is #97BFEB. Grayscale: #474747. Windows color (decimal): -9945068 or 1327208. OLE color: 1327208.

HSL color Cylindrical-coordinate representation of color #684014: hue angle of 31.43º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #684014 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 20 -
CMYK 0 0.38 0.81 0.59
HSL 31.43º 0.68% 0.24% -
HSV(B) 31.43º 0.81% 0.41% -
XYZ 7.67 6.66 1.54 -
YUV 70.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 104 64 20 0 0.38 0.81 0.59 31.43 0.68 0.24
Hex 68 40 14 0 26 51 3B 1F 44 18
Octal 150 100 24 0 46 121 73 37 104 30
Binary 1101000 1000000 10100 0 100110 1010001 111011 11111 1000100 11000

Color Harmonies of #684014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684014

Black with #684014

Text Example


Text Example

White with #684014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684014; }

 p { color: rgb(104,64,20); }

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

background-color css

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

 a { background-color: rgb(104,64,20); }

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

border-color css

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

 span { border-color: rgb(104,64,20); }

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