Html Css Color HEX #684720 Antique Brass

📋 copy color: '#684720'

red 104 ◦ green 71 ◦ blue 32

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

Shades of Antique Brass #684720

Tints of Antique Brass #684720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

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

R = 50.24%
G = 34.3%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#684720 (or 0x684720) is known color: Antique Brass. HEX triplet: 68, 47 and 20. RGB value is (104,71,32). Sum of RGB (Red+Green+Blue) = 104+71+32=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #684720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684720 is #97B8DF. Grayscale: #4C4C4C. Windows color (decimal): -9943264 or 2115432. OLE color: 2115432.

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

Color convert

RGB 104 71 32 -
CMYK 0 0.32 0.69 0.59
HSL 32.5º 0.53% 0.27% -
HSV(B) 32.5º 0.69% 0.41% -
XYZ 8.22 7.55 2.39 -
YUV 76.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 104 71 32 0 0.32 0.69 0.59 32.5 0.53 0.27
Hex 68 47 20 0 20 45 3B 20 35 1B
Octal 150 107 40 0 40 105 73 40 65 33
Binary 1101000 1000111 100000 0 100000 1000101 111011 100000 110101 11011

Color Harmonies of #684720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684720

Black with #684720

Text Example


Text Example

White with #684720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684720; }

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

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

background-color css

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

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

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

border-color css

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

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

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