Html Css Color HEX #684016 Antique Brass

📋 copy color: '#684016'

red 104 ◦ green 64 ◦ blue 22

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

Shades of Antique Brass #684016

Tints of Antique Brass #684016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 54.74%
G = 33.68%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#684016 (or 0x684016) is known color: Antique Brass. HEX triplet: 68, 40 and 16. RGB value is (104,64,22). Sum of RGB (Red+Green+Blue) = 104+64+22=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #684016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684016 is #97BFE9. Grayscale: #474747. Windows color (decimal): -9945066 or 1458280. OLE color: 1458280.

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

Color convert

RGB 104 64 22 -
CMYK 0 0.38 0.79 0.59
HSL 30.73º 0.65% 0.25% -
HSV(B) 30.73º 0.79% 0.41% -
XYZ 7.69 6.67 1.64 -
YUV 71.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 104 64 22 0 0.38 0.79 0.59 30.73 0.65 0.25
Hex 68 40 16 0 26 4F 3B 1F 41 19
Octal 150 100 26 0 46 117 73 37 101 31
Binary 1101000 1000000 10110 0 100110 1001111 111011 11111 1000001 11001

Color Harmonies of #684016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684016

Black with #684016

Text Example


Text Example

White with #684016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684016; }

 p { color: rgb(104,64,22); }

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

background-color css

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

 a { background-color: rgb(104,64,22); }

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

border-color css

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

 span { border-color: rgb(104,64,22); }

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