Html Css Color HEX #684518 Antique Brass

📋 copy color: '#684518'

red 104 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #684518

Tints of Antique Brass #684518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.03%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 52.79%
G = 35.03%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#684518 (or 0x684518) is known color: Antique Brass. HEX triplet: 68, 45 and 18. RGB value is (104,69,24). Sum of RGB (Red+Green+Blue) = 104+69+24=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #684518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684518 is #97BAE7. Grayscale: #4A4A4A. Windows color (decimal): -9943784 or 1590632. OLE color: 1590632.

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

Color convert

RGB 104 69 24 -
CMYK 0 0.34 0.77 0.59
HSL 33.75º 0.63% 0.25% -
HSV(B) 33.75º 0.77% 0.41% -
XYZ 8 7.27 1.84 -
YUV 74.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 104 69 24 0 0.34 0.77 0.59 33.75 0.63 0.25
Hex 68 45 18 0 22 4D 3B 22 3E 19
Octal 150 105 30 0 42 115 73 42 76 31
Binary 1101000 1000101 11000 0 100010 1001101 111011 100010 111110 11001

Color Harmonies of #684518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684518

Black with #684518

Text Example


Text Example

White with #684518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684518; }

 p { color: rgb(104,69,24); }

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

background-color css

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

 a { background-color: rgb(104,69,24); }

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

border-color css

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

 span { border-color: rgb(104,69,24); }

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