Html Css Color HEX #684015 Antique Brass

📋 copy color: '#684015'

red 104 ◦ green 64 ◦ blue 21

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

Shades of Antique Brass #684015

Tints of Antique Brass #684015

RGB

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

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

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

R = 55.03%
G = 33.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#684015 (or 0x684015) is known color: Antique Brass. HEX triplet: 68, 40 and 15. RGB value is (104,64,21). Sum of RGB (Red+Green+Blue) = 104+64+21=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #684015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684015 is #97BFEA. Grayscale: #474747. Windows color (decimal): -9945067 or 1392744. OLE color: 1392744.

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

Color convert

RGB 104 64 21 -
CMYK 0 0.38 0.80 0.59
HSL 31.08º 0.66% 0.25% -
HSV(B) 31.08º 0.8% 0.41% -
XYZ 7.68 6.66 1.59 -
YUV 71.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 104 64 21 0 0.38 0.80 0.59 31.08 0.66 0.25
Hex 68 40 15 0 26 50 3B 1F 42 19
Octal 150 100 25 0 46 120 73 37 102 31
Binary 1101000 1000000 10101 0 100110 1010000 111011 11111 1000010 11001

Color Harmonies of #684015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684015

Black with #684015

Text Example


Text Example

White with #684015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684015; }

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

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

background-color css

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

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

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

border-color css

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

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

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