Html Css Color HEX #684418 Antique Brass

📋 copy color: '#684418'

red 104 ◦ green 68 ◦ blue 24

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

Shades of Antique Brass #684418

Tints of Antique Brass #684418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

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

R = 53.06%
G = 34.69%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#684418 (or 0x684418) is known color: Antique Brass. HEX triplet: 68, 44 and 18. RGB value is (104,68,24). Sum of RGB (Red+Green+Blue) = 104+68+24=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684418 is #97BBE7. Grayscale: #494949. Windows color (decimal): -9944040 or 1590376. OLE color: 1590376.

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

Color convert

RGB 104 68 24 -
CMYK 0 0.35 0.77 0.59
HSL 33º 0.63% 0.25% -
HSV(B) 33º 0.77% 0.41% -
XYZ 7.94 7.14 1.82 -
YUV 73.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 104 68 24 0 0.35 0.77 0.59 33 0.63 0.25
Hex 68 44 18 0 23 4D 3B 21 3E 19
Octal 150 104 30 0 43 115 73 41 76 31
Binary 1101000 1000100 11000 0 100011 1001101 111011 100001 111110 11001

Color Harmonies of #684418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684418

Black with #684418

Text Example


Text Example

White with #684418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684418; }

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

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

background-color css

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

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

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

border-color css

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

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

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