Html Css Color HEX #684E21 Antique Brass

📋 copy color: '#684E21'

red 104 ◦ green 78 ◦ blue 33

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

Shades of Antique Brass #684E21

Tints of Antique Brass #684E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 48.37%
G = 36.28%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#684E21 (or 0x684E21) is known color: Antique Brass. HEX triplet: 68, 4E and 21. RGB value is (104,78,33). Sum of RGB (Red+Green+Blue) = 104+78+33=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #684E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E21 is #97B1DE. Grayscale: #505050. Windows color (decimal): -9941471 or 2182760. OLE color: 2182760.

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

Color convert

RGB 104 78 33 -
CMYK 0 0.25 0.68 0.59
HSL 38.03º 0.52% 0.27% -
HSV(B) 38.03º 0.68% 0.41% -
XYZ 8.71 8.5 2.62 -
YUV 80.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 104 78 33 0 0.25 0.68 0.59 38.03 0.52 0.27
Hex 68 4E 21 0 19 44 3B 26 34 1B
Octal 150 116 41 0 31 104 73 46 64 33
Binary 1101000 1001110 100001 0 11001 1000100 111011 100110 110100 11011

Color Harmonies of #684E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E21

Black with #684E21

Text Example


Text Example

White with #684E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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