Html Css Color HEX #684616 Antique Brass

📋 copy color: '#684616'

red 104 ◦ green 70 ◦ blue 22

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

Shades of Antique Brass #684616

Tints of Antique Brass #684616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.71%

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

R = 53.06%
G = 35.71%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#684616 (or 0x684616) is known color: Antique Brass. HEX triplet: 68, 46 and 16. RGB value is (104,70,22). Sum of RGB (Red+Green+Blue) = 104+70+22=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684616 is #97B9E9. Grayscale: #4A4A4A. Windows color (decimal): -9943530 or 1459816. OLE color: 1459816.

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

Color convert

RGB 104 70 22 -
CMYK 0 0.33 0.79 0.59
HSL 35.12º 0.65% 0.25% -
HSV(B) 35.12º 0.79% 0.41% -
XYZ 8.04 7.38 1.76 -
YUV 74.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 104 70 22 0 0.33 0.79 0.59 35.12 0.65 0.25
Hex 68 46 16 0 21 4F 3B 23 41 19
Octal 150 106 26 0 41 117 73 43 101 31
Binary 1101000 1000110 10110 0 100001 1001111 111011 100011 1000001 11001

Color Harmonies of #684616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684616

Black with #684616

Text Example


Text Example

White with #684616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684616; }

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

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

background-color css

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

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

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

border-color css

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

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

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