Html Css Color HEX #684A1D Antique Brass

📋 copy color: '#684A1D'

red 104 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #684A1D

Tints of Antique Brass #684A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 50.24%
G = 35.75%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#684A1D (or 0x684A1D) is known color: Antique Brass. HEX triplet: 68, 4A and 1D. RGB value is (104,74,29). Sum of RGB (Red+Green+Blue) = 104+74+29=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #684A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A1D is #97B5E2. Grayscale: #4E4E4E. Windows color (decimal): -9942499 or 1919592. OLE color: 1919592.

HSL color Cylindrical-coordinate representation of color #684A1D: hue angle of 36º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #684A1D is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 29 -
CMYK 0 0.29 0.72 0.59
HSL 36º 0.56% 0.26% -
HSV(B) 36º 0.72% 0.41% -
XYZ 8.38 7.93 2.25 -
YUV 77.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 104 74 29 0 0.29 0.72 0.59 36 0.56 0.26
Hex 68 4A 1D 0 1D 48 3B 24 38 1A
Octal 150 112 35 0 35 110 73 44 70 32
Binary 1101000 1001010 11101 0 11101 1001000 111011 100100 111000 11010

Color Harmonies of #684A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A1D

Black with #684A1D

Text Example


Text Example

White with #684A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A1D; }

 p { color: rgb(104,74,29); }

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

background-color css

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

 a { background-color: rgb(104,74,29); }

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

border-color css

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

 span { border-color: rgb(104,74,29); }

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