Html Css Color HEX #684013 Antique Brass

📋 copy color: '#684013'

red 104 ◦ green 64 ◦ blue 19

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

Shades of Antique Brass #684013

Tints of Antique Brass #684013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 55.61%
G = 34.22%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#684013 (or 0x684013) is known color: Antique Brass. HEX triplet: 68, 40 and 13. RGB value is (104,64,19). Sum of RGB (Red+Green+Blue) = 104+64+19=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #684013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684013 is #97BFEC. Grayscale: #474747. Windows color (decimal): -9945069 or 1261672. OLE color: 1261672.

HSL color Cylindrical-coordinate representation of color #684013: hue angle of 31.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #684013 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 19 -
CMYK 0 0.38 0.82 0.59
HSL 31.76º 0.69% 0.24% -
HSV(B) 31.76º 0.82% 0.41% -
XYZ 7.66 6.66 1.5 -
YUV 70.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 104 64 19 0 0.38 0.82 0.59 31.76 0.69 0.24
Hex 68 40 13 0 26 52 3B 20 45 18
Octal 150 100 23 0 46 122 73 40 105 30
Binary 1101000 1000000 10011 0 100110 1010010 111011 100000 1000101 11000

Color Harmonies of #684013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684013

Black with #684013

Text Example


Text Example

White with #684013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684013; }

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

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

background-color css

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

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

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

border-color css

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

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

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