Html Css Color HEX #684C1D Antique Brass

📋 copy color: '#684C1D'

red 104 ◦ green 76 ◦ blue 29

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

Shades of Antique Brass #684C1D

Tints of Antique Brass #684C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 49.76%
G = 36.36%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#684C1D (or 0x684C1D) is known color: Antique Brass. HEX triplet: 68, 4C and 1D. RGB value is (104,76,29). Sum of RGB (Red+Green+Blue) = 104+76+29=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #684C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C1D is #97B3E2. Grayscale: #4F4F4F. Windows color (decimal): -9941987 or 1920104. OLE color: 1920104.

HSL color Cylindrical-coordinate representation of color #684C1D: hue angle of 37.6º 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 #684C1D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 29 -
CMYK 0 0.27 0.72 0.59
HSL 37.6º 0.56% 0.26% -
HSV(B) 37.6º 0.72% 0.41% -
XYZ 8.52 8.2 2.3 -
YUV 79.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 104 76 29 0 0.27 0.72 0.59 37.6 0.56 0.26
Hex 68 4C 1D 0 1B 48 3B 26 38 1A
Octal 150 114 35 0 33 110 73 46 70 32
Binary 1101000 1001100 11101 0 11011 1001000 111011 100110 111000 11010

Color Harmonies of #684C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C1D

Black with #684C1D

Text Example


Text Example

White with #684C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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