Html Css Color HEX #684B1A Antique Brass

📋 copy color: '#684B1A'

red 104 ◦ green 75 ◦ blue 26

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

Shades of Antique Brass #684B1A

Tints of Antique Brass #684B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.59%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 50.73%
G = 36.59%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#684B1A (or 0x684B1A) is known color: Antique Brass. HEX triplet: 68, 4B and 1A. RGB value is (104,75,26). Sum of RGB (Red+Green+Blue) = 104+75+26=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B1A is #97B4E5. Grayscale: #4E4E4E. Windows color (decimal): -9942246 or 1723240. OLE color: 1723240.

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

Color convert

RGB 104 75 26 -
CMYK 0 0.28 0.75 0.59
HSL 37.69º 0.6% 0.25% -
HSV(B) 37.69º 0.75% 0.41% -
XYZ 8.41 8.05 2.09 -
YUV 78.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 104 75 26 0 0.28 0.75 0.59 37.69 0.6 0.25
Hex 68 4B 1A 0 1C 4B 3B 26 3C 19
Octal 150 113 32 0 34 113 73 46 74 31
Binary 1101000 1001011 11010 0 11100 1001011 111011 100110 111100 11001

Color Harmonies of #684B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B1A

Black with #684B1A

Text Example


Text Example

White with #684B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,26); }

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

background-color css

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

 a { background-color: rgb(104,75,26); }

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

border-color css

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

 span { border-color: rgb(104,75,26); }

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