Html Css Color HEX #684920 Antique Brass

📋 copy color: '#684920'

red 104 ◦ green 73 ◦ blue 32

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

Shades of Antique Brass #684920

Tints of Antique Brass #684920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 49.76%
G = 34.93%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#684920 (or 0x684920) is known color: Antique Brass. HEX triplet: 68, 49 and 20. RGB value is (104,73,32). Sum of RGB (Red+Green+Blue) = 104+73+32=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #684920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684920 is #97B6DF. Grayscale: #4D4D4D. Windows color (decimal): -9942752 or 2115944. OLE color: 2115944.

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

Color convert

RGB 104 73 32 -
CMYK 0 0.30 0.69 0.59
HSL 34.17º 0.53% 0.27% -
HSV(B) 34.17º 0.69% 0.41% -
XYZ 8.35 7.81 2.43 -
YUV 77.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 104 73 32 0 0.30 0.69 0.59 34.17 0.53 0.27
Hex 68 49 20 0 1E 45 3B 22 35 1B
Octal 150 111 40 0 36 105 73 42 65 33
Binary 1101000 1001001 100000 0 11110 1000101 111011 100010 110101 11011

Color Harmonies of #684920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684920

Black with #684920

Text Example


Text Example

White with #684920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684920; }

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

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

background-color css

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

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

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

border-color css

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

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

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