Html Css Color HEX #683C11 Antique Brass

📋 copy color: '#683C11'

red 104 ◦ green 60 ◦ blue 17

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

Shades of Antique Brass #683C11

Tints of Antique Brass #683C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.15%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 57.46%
G = 33.15%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#683C11 (or 0x683C11) is known color: Antique Brass. HEX triplet: 68, 3C and 11. RGB value is (104,60,17). Sum of RGB (Red+Green+Blue) = 104+60+17=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #683C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683C11 is #97C3EE. Grayscale: #444444. Windows color (decimal): -9946095 or 1129576. OLE color: 1129576.

HSL color Cylindrical-coordinate representation of color #683C11: hue angle of 29.66º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683C11 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 17 -
CMYK 0 0.42 0.84 0.59
HSL 29.66º 0.72% 0.24% -
HSV(B) 29.66º 0.84% 0.41% -
XYZ 7.43 6.22 1.34 -
YUV 68.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 104 60 17 0 0.42 0.84 0.59 29.66 0.72 0.24
Hex 68 3C 11 0 2A 54 3B 1E 48 18
Octal 150 74 21 0 52 124 73 36 110 30
Binary 1101000 111100 10001 0 101010 1010100 111011 11110 1001000 11000

Color Harmonies of #683C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C11

Black with #683C11

Text Example


Text Example

White with #683C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C11; }

 p { color: rgb(104,60,17); }

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

background-color css

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

 a { background-color: rgb(104,60,17); }

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

border-color css

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

 span { border-color: rgb(104,60,17); }

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