Html Css Color HEX #683C34 Metallic Copper

📋 copy color: '#683C34'

red 104 ◦ green 60 ◦ blue 52

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

Shades of Metallic Copper #683C34

Tints of Metallic Copper #683C34

RGB

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

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

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

R = 48.15%
G = 27.78%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#683C34 (or 0x683C34) is known color: Metallic Copper. HEX triplet: 68, 3C and 34. RGB value is (104,60,52). Sum of RGB (Red+Green+Blue) = 104+60+52=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #683C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C34 is #97C3CB. Grayscale: #484848. Windows color (decimal): -9946060 or 3423336. OLE color: 3423336.

HSL color Cylindrical-coordinate representation of color #683C34: hue angle of 9.23º 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 #683C34 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 60 52 -
CMYK 0 0.42 0.50 0.59
HSL 9.23º 0.33% 0.31% -
HSV(B) 9.23º 0.5% 0.41% -
XYZ 7.94 6.42 4.07 -
YUV 72.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 104 60 52 0 0.42 0.50 0.59 9.23 0.33 0.31
Hex 68 3C 34 0 2A 32 3B 9 21 1F
Octal 150 74 64 0 52 62 73 11 41 37
Binary 1101000 111100 110100 0 101010 110010 111011 1001 100001 11111

Color Harmonies of #683C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C34

Black with #683C34

Text Example


Text Example

White with #683C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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