Html Css Color HEX #683932 Metallic Copper

📋 copy color: '#683932'

red 104 ◦ green 57 ◦ blue 50

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

Shades of Metallic Copper #683932

Tints of Metallic Copper #683932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 49.29%
G = 27.01%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#683932 (or 0x683932) is known color: Metallic Copper. HEX triplet: 68, 39 and 32. RGB value is (104,57,50). Sum of RGB (Red+Green+Blue) = 104+57+50=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683932 is #97C6CD. Grayscale: #464646. Windows color (decimal): -9946830 or 3291496. OLE color: 3291496.

HSL color Cylindrical-coordinate representation of color #683932: hue angle of 7.78º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683932 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 50 -
CMYK 0 0.45 0.52 0.59
HSL 7.78º 0.35% 0.3% -
HSV(B) 7.78º 0.52% 0.41% -
XYZ 7.75 6.1 3.79 -
YUV 70.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 104 57 50 0 0.45 0.52 0.59 7.78 0.35 0.3
Hex 68 39 32 0 2D 34 3B 8 23 1E
Octal 150 71 62 0 55 64 73 10 43 36
Binary 1101000 111001 110010 0 101101 110100 111011 1000 100011 11110

Color Harmonies of #683932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683932

Black with #683932

Text Example


Text Example

White with #683932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683932; }

 p { color: rgb(104,57,50); }

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

background-color css

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

 a { background-color: rgb(104,57,50); }

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

border-color css

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

 span { border-color: rgb(104,57,50); }

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