Html Css Color HEX #684E1E Antique Brass

📋 copy color: '#684E1E'

red 104 ◦ green 78 ◦ blue 30

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

Shades of Antique Brass #684E1E

Tints of Antique Brass #684E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 49.06%
G = 36.79%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#684E1E (or 0x684E1E) is known color: Antique Brass. HEX triplet: 68, 4E and 1E. RGB value is (104,78,30). Sum of RGB (Red+Green+Blue) = 104+78+30=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #684E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E1E is #97B1E1. Grayscale: #505050. Windows color (decimal): -9941474 or 1986152. OLE color: 1986152.

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

Color convert

RGB 104 78 30 -
CMYK 0 0.25 0.71 0.59
HSL 38.92º 0.55% 0.26% -
HSV(B) 38.92º 0.71% 0.41% -
XYZ 8.67 8.49 2.41 -
YUV 80.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 104 78 30 0 0.25 0.71 0.59 38.92 0.55 0.26
Hex 68 4E 1E 0 19 47 3B 27 37 1A
Octal 150 116 36 0 31 107 73 47 67 32
Binary 1101000 1001110 11110 0 11001 1000111 111011 100111 110111 11010

Color Harmonies of #684E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E1E

Black with #684E1E

Text Example


Text Example

White with #684E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,78,30); }

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

background-color css

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

 a { background-color: rgb(104,78,30); }

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

border-color css

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

 span { border-color: rgb(104,78,30); }

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