Html Css Color HEX #684E20 Antique Brass

📋 copy color: '#684E20'

red 104 ◦ green 78 ◦ blue 32

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

Shades of Antique Brass #684E20

Tints of Antique Brass #684E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 48.6%
G = 36.45%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#684E20 (or 0x684E20) is known color: Antique Brass. HEX triplet: 68, 4E and 20. RGB value is (104,78,32). Sum of RGB (Red+Green+Blue) = 104+78+32=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #684E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E20 is #97B1DF. Grayscale: #505050. Windows color (decimal): -9941472 or 2117224. OLE color: 2117224.

HSL color Cylindrical-coordinate representation of color #684E20: hue angle of 38.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684E20 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 32 -
CMYK 0 0.25 0.69 0.59
HSL 38.33º 0.53% 0.27% -
HSV(B) 38.33º 0.69% 0.41% -
XYZ 8.69 8.5 2.55 -
YUV 80.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 104 78 32 0 0.25 0.69 0.59 38.33 0.53 0.27
Hex 68 4E 20 0 19 45 3B 26 35 1B
Octal 150 116 40 0 31 105 73 46 65 33
Binary 1101000 1001110 100000 0 11001 1000101 111011 100110 110101 11011

Color Harmonies of #684E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E20

Black with #684E20

Text Example


Text Example

White with #684E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684E20; }

 p { color: rgb(104,78,32); }

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

background-color css

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

 a { background-color: rgb(104,78,32); }

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

border-color css

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

 span { border-color: rgb(104,78,32); }

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