Html Css Color HEX #684118 Antique Brass

📋 copy color: '#684118'

red 104 ◦ green 65 ◦ blue 24

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

Shades of Antique Brass #684118

Tints of Antique Brass #684118

RGB

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

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

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

R = 53.89%
G = 33.68%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#684118 (or 0x684118) is known color: Antique Brass. HEX triplet: 68, 41 and 18. RGB value is (104,65,24). Sum of RGB (Red+Green+Blue) = 104+65+24=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #684118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684118 is #97BEE7. Grayscale: #484848. Windows color (decimal): -9944808 or 1589608. OLE color: 1589608.

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

Color convert

RGB 104 65 24 -
CMYK 0 0.38 0.77 0.59
HSL 30.75º 0.63% 0.25% -
HSV(B) 30.75º 0.77% 0.41% -
XYZ 7.76 6.79 1.77 -
YUV 71.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 104 65 24 0 0.38 0.77 0.59 30.75 0.63 0.25
Hex 68 41 18 0 26 4D 3B 1F 3E 19
Octal 150 101 30 0 46 115 73 37 76 31
Binary 1101000 1000001 11000 0 100110 1001101 111011 11111 111110 11001

Color Harmonies of #684118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684118

Black with #684118

Text Example


Text Example

White with #684118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684118; }

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

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

background-color css

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

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

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

border-color css

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

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

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