Html Css Color HEX #683E3A Metallic Copper

📋 copy color: '#683E3A'

red 104 ◦ green 62 ◦ blue 58

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

Shades of Metallic Copper #683E3A

Tints of Metallic Copper #683E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 46.43%
G = 27.68%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#683E3A (or 0x683E3A) is known color: Metallic Copper. HEX triplet: 68, 3E and 3A. RGB value is (104,62,58). Sum of RGB (Red+Green+Blue) = 104+62+58=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E3A is #97C1C5. Grayscale: #4A4A4A. Windows color (decimal): -9945542 or 3817064. OLE color: 3817064.

HSL color Cylindrical-coordinate representation of color #683E3A: hue angle of 5.22º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683E3A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 62 58 -
CMYK 0 0.40 0.44 0.59
HSL 5.22º 0.28% 0.32% -
HSV(B) 5.22º 0.44% 0.41% -
XYZ 8.2 6.69 4.86 -
YUV 74.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 104 62 58 0 0.40 0.44 0.59 5.22 0.28 0.32
Hex 68 3E 3A 0 28 2C 3B 5 1C 20
Octal 150 76 72 0 50 54 73 5 34 40
Binary 1101000 111110 111010 0 101000 101100 111011 101 11100 100000

Color Harmonies of #683E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E3A

Black with #683E3A

Text Example


Text Example

White with #683E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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