Html Css Color HEX #684918 Antique Brass

📋 copy color: '#684918'

red 104 ◦ green 73 ◦ blue 24

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

Shades of Antique Brass #684918

Tints of Antique Brass #684918

RGB

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

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

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

R = 51.74%
G = 36.32%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#684918 (or 0x684918) is known color: Antique Brass. HEX triplet: 68, 49 and 18. RGB value is (104,73,24). Sum of RGB (Red+Green+Blue) = 104+73+24=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #684918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684918 is #97B6E7. Grayscale: #4C4C4C. Windows color (decimal): -9942760 or 1591656. OLE color: 1591656.

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

Color convert

RGB 104 73 24 -
CMYK 0 0.30 0.77 0.59
HSL 36.75º 0.63% 0.25% -
HSV(B) 36.75º 0.77% 0.41% -
XYZ 8.26 7.77 1.93 -
YUV 76.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 104 73 24 0 0.30 0.77 0.59 36.75 0.63 0.25
Hex 68 49 18 0 1E 4D 3B 25 3E 19
Octal 150 111 30 0 36 115 73 45 76 31
Binary 1101000 1001001 11000 0 11110 1001101 111011 100101 111110 11001

Color Harmonies of #684918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684918

Black with #684918

Text Example


Text Example

White with #684918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684918; }

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

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

background-color css

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

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

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

border-color css

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

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

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