Html Css Color HEX #684114 Antique Brass

📋 copy color: '#684114'

red 104 ◦ green 65 ◦ blue 20

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

Shades of Antique Brass #684114

Tints of Antique Brass #684114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

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

R = 55.03%
G = 34.39%
B = 10.58%

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

#684114 (or 0x684114) is known color: Antique Brass. HEX triplet: 68, 41 and 14. RGB value is (104,65,20). Sum of RGB (Red+Green+Blue) = 104+65+20=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #684114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684114 is #97BEEB. Grayscale: #474747. Windows color (decimal): -9944812 or 1327464. OLE color: 1327464.

HSL color Cylindrical-coordinate representation of color #684114: hue angle of 32.14º 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 #684114 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 20 -
CMYK 0 0.38 0.81 0.59
HSL 32.14º 0.68% 0.24% -
HSV(B) 32.14º 0.81% 0.41% -
XYZ 7.73 6.77 1.56 -
YUV 71.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 104 65 20 0 0.38 0.81 0.59 32.14 0.68 0.24
Hex 68 41 14 0 26 51 3B 20 44 18
Octal 150 101 24 0 46 121 73 40 104 30
Binary 1101000 1000001 10100 0 100110 1010001 111011 100000 1000100 11000

Color Harmonies of #684114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684114

Black with #684114

Text Example


Text Example

White with #684114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684114; }

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

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

background-color css

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

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

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

border-color css

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

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

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