Html Css Color HEX #684119 Antique Brass

📋 copy color: '#684119'

red 104 ◦ green 65 ◦ blue 25

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

Shades of Antique Brass #684119

Tints of Antique Brass #684119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

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

R = 53.61%
G = 33.51%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#684119 (or 0x684119) is known color: Antique Brass. HEX triplet: 68, 41 and 19. RGB value is (104,65,25). Sum of RGB (Red+Green+Blue) = 104+65+25=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #684119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684119 is #97BEE6. Grayscale: #484848. Windows color (decimal): -9944807 or 1655144. OLE color: 1655144.

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

Color convert

RGB 104 65 25 -
CMYK 0 0.38 0.76 0.59
HSL 30.38º 0.61% 0.25% -
HSV(B) 30.38º 0.76% 0.41% -
XYZ 7.77 6.79 1.82 -
YUV 72.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 104 65 25 0 0.38 0.76 0.59 30.38 0.61 0.25
Hex 68 41 19 0 26 4C 3B 1E 3D 19
Octal 150 101 31 0 46 114 73 36 75 31
Binary 1101000 1000001 11001 0 100110 1001100 111011 11110 111101 11001

Color Harmonies of #684119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684119

Black with #684119

Text Example


Text Example

White with #684119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684119; }

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

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

background-color css

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

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

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

border-color css

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

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

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