Html Css Color HEX #684319 Antique Brass

📋 copy color: '#684319'

red 104 ◦ green 67 ◦ blue 25

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

Shades of Antique Brass #684319

Tints of Antique Brass #684319

RGB

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

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

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

R = 53.06%
G = 34.18%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#684319 (or 0x684319) is known color: Antique Brass. HEX triplet: 68, 43 and 19. RGB value is (104,67,25). Sum of RGB (Red+Green+Blue) = 104+67+25=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #684319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684319 is #97BCE6. Grayscale: #494949. Windows color (decimal): -9944295 or 1655656. OLE color: 1655656.

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

Color convert

RGB 104 67 25 -
CMYK 0 0.36 0.76 0.59
HSL 31.9º 0.61% 0.25% -
HSV(B) 31.9º 0.76% 0.41% -
XYZ 7.89 7.03 1.86 -
YUV 73.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 104 67 25 0 0.36 0.76 0.59 31.9 0.61 0.25
Hex 68 43 19 0 24 4C 3B 20 3D 19
Octal 150 103 31 0 44 114 73 40 75 31
Binary 1101000 1000011 11001 0 100100 1001100 111011 100000 111101 11001

Color Harmonies of #684319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684319

Black with #684319

Text Example


Text Example

White with #684319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684319; }

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

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

background-color css

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

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

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

border-color css

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

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

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