Html Css Color HEX #683F3B Metallic Copper

📋 copy color: '#683F3B'

red 104 ◦ green 63 ◦ blue 59

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

Shades of Metallic Copper #683F3B

Tints of Metallic Copper #683F3B

RGB

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

 GREEN value IS 63 (25% from 255) = 27.88%

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 46.02%
G = 27.88%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#683F3B (or 0x683F3B) is known color: Metallic Copper. HEX triplet: 68, 3F and 3B. RGB value is (104,63,59). Sum of RGB (Red+Green+Blue) = 104+63+59=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #683F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F3B is #97C0C4. Grayscale: #4A4A4A. Windows color (decimal): -9945285 or 3882856. OLE color: 3882856.

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

Color convert

RGB 104 63 59 -
CMYK 0 0.39 0.43 0.59
HSL 5.33º 0.28% 0.32% -
HSV(B) 5.33º 0.43% 0.41% -
XYZ 8.28 6.81 5.02 -
YUV 74.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 104 63 59 0 0.39 0.43 0.59 5.33 0.28 0.32
Hex 68 3F 3B 0 27 2B 3B 5 1C 20
Octal 150 77 73 0 47 53 73 5 34 40
Binary 1101000 111111 111011 0 100111 101011 111011 101 11100 100000

Color Harmonies of #683F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F3B

Black with #683F3B

Text Example


Text Example

White with #683F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,63,59); }

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

background-color css

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

 a { background-color: rgb(104,63,59); }

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

border-color css

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

 span { border-color: rgb(104,63,59); }

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