Html Css Color HEX #684215 Antique Brass

📋 copy color: '#684215'

red 104 ◦ green 66 ◦ blue 21

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

Shades of Antique Brass #684215

Tints of Antique Brass #684215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 54.45%
G = 34.55%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#684215 (or 0x684215) is known color: Antique Brass. HEX triplet: 68, 42 and 15. RGB value is (104,66,21). Sum of RGB (Red+Green+Blue) = 104+66+21=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684215 is #97BDEA. Grayscale: #484848. Windows color (decimal): -9944555 or 1393256. OLE color: 1393256.

HSL color Cylindrical-coordinate representation of color #684215: hue angle of 32.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #684215 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 21 -
CMYK 0 0.37 0.80 0.59
HSL 32.53º 0.66% 0.25% -
HSV(B) 32.53º 0.8% 0.41% -
XYZ 7.79 6.89 1.63 -
YUV 72.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 104 66 21 0 0.37 0.80 0.59 32.53 0.66 0.25
Hex 68 42 15 0 25 50 3B 21 42 19
Octal 150 102 25 0 45 120 73 41 102 31
Binary 1101000 1000010 10101 0 100101 1010000 111011 100001 1000010 11001

Color Harmonies of #684215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684215

Black with #684215

Text Example


Text Example

White with #684215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684215; }

 p { color: rgb(104,66,21); }

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

background-color css

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

 a { background-color: rgb(104,66,21); }

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

border-color css

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

 span { border-color: rgb(104,66,21); }

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