Html Css Color HEX #684219 Antique Brass

📋 copy color: '#684219'

red 104 ◦ green 66 ◦ blue 25

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

Shades of Antique Brass #684219

Tints of Antique Brass #684219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.82%

R = 53.33%
G = 33.85%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#684219 (or 0x684219) is known color: Antique Brass. HEX triplet: 68, 42 and 19. RGB value is (104,66,25). Sum of RGB (Red+Green+Blue) = 104+66+25=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #684219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684219 is #97BDE6. Grayscale: #484848. Windows color (decimal): -9944551 or 1655400. OLE color: 1655400.

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

Color convert

RGB 104 66 25 -
CMYK 0 0.37 0.76 0.59
HSL 31.14º 0.61% 0.25% -
HSV(B) 31.14º 0.76% 0.41% -
XYZ 7.83 6.91 1.84 -
YUV 72.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 104 66 25 0 0.37 0.76 0.59 31.14 0.61 0.25
Hex 68 42 19 0 25 4C 3B 1F 3D 19
Octal 150 102 31 0 45 114 73 37 75 31
Binary 1101000 1000010 11001 0 100101 1001100 111011 11111 111101 11001

Color Harmonies of #684219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684219

Black with #684219

Text Example


Text Example

White with #684219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684219; }

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

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

background-color css

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

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

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

border-color css

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

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

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