Html Css Color HEX #684318 Antique Brass

📋 copy color: '#684318'

red 104 ◦ green 67 ◦ blue 24

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

Shades of Antique Brass #684318

Tints of Antique Brass #684318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

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

R = 53.33%
G = 34.36%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#684318 (or 0x684318) is known color: Antique Brass. HEX triplet: 68, 43 and 18. RGB value is (104,67,24). Sum of RGB (Red+Green+Blue) = 104+67+24=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #684318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684318 is #97BCE7. Grayscale: #494949. Windows color (decimal): -9944296 or 1590120. OLE color: 1590120.

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

Color convert

RGB 104 67 24 -
CMYK 0 0.36 0.77 0.59
HSL 32.25º 0.63% 0.25% -
HSV(B) 32.25º 0.77% 0.41% -
XYZ 7.88 7.02 1.8 -
YUV 73.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 104 67 24 0 0.36 0.77 0.59 32.25 0.63 0.25
Hex 68 43 18 0 24 4D 3B 20 3E 19
Octal 150 103 30 0 44 115 73 40 76 31
Binary 1101000 1000011 11000 0 100100 1001101 111011 100000 111110 11001

Color Harmonies of #684318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684318

Black with #684318

Text Example


Text Example

White with #684318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684318; }

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

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

background-color css

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

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

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

border-color css

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

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

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