Html Css Color HEX #683A34 Metallic Copper

📋 copy color: '#683A34'

red 104 ◦ green 58 ◦ blue 52

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

Shades of Metallic Copper #683A34

Tints of Metallic Copper #683A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 48.6%
G = 27.1%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#683A34 (or 0x683A34) is known color: Metallic Copper. HEX triplet: 68, 3A and 34. RGB value is (104,58,52). Sum of RGB (Red+Green+Blue) = 104+58+52=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #683A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A34 is #97C5CB. Grayscale: #474747. Windows color (decimal): -9946572 or 3422824. OLE color: 3422824.

HSL color Cylindrical-coordinate representation of color #683A34: hue angle of 6.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683A34 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 52 -
CMYK 0 0.44 0.50 0.59
HSL 6.92º 0.33% 0.31% -
HSV(B) 6.92º 0.5% 0.41% -
XYZ 7.84 6.22 4.04 -
YUV 71.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 104 58 52 0 0.44 0.50 0.59 6.92 0.33 0.31
Hex 68 3A 34 0 2C 32 3B 7 21 1F
Octal 150 72 64 0 54 62 73 7 41 37
Binary 1101000 111010 110100 0 101100 110010 111011 111 100001 11111

Color Harmonies of #683A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A34

Black with #683A34

Text Example


Text Example

White with #683A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,58,52); }

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

background-color css

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

 a { background-color: rgb(104,58,52); }

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

border-color css

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

 span { border-color: rgb(104,58,52); }

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