Html Css Color HEX #684035 Metallic Copper

📋 copy color: '#684035'

red 104 ◦ green 64 ◦ blue 53

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

Shades of Metallic Copper #684035

Tints of Metallic Copper #684035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 47.06%
G = 28.96%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#684035 (or 0x684035) is known color: Metallic Copper. HEX triplet: 68, 40 and 35. RGB value is (104,64,53). Sum of RGB (Red+Green+Blue) = 104+64+53=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684035 is #97BFCA. Grayscale: #4A4A4A. Windows color (decimal): -9945035 or 3489896. OLE color: 3489896.

HSL color Cylindrical-coordinate representation of color #684035: hue angle of 12.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684035 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 53 -
CMYK 0 0.38 0.49 0.59
HSL 12.94º 0.32% 0.31% -
HSV(B) 12.94º 0.49% 0.41% -
XYZ 8.18 6.87 4.26 -
YUV 74.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 104 64 53 0 0.38 0.49 0.59 12.94 0.32 0.31
Hex 68 40 35 0 26 31 3B D 20 1F
Octal 150 100 65 0 46 61 73 15 40 37
Binary 1101000 1000000 110101 0 100110 110001 111011 1101 100000 11111

Color Harmonies of #684035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684035

Black with #684035

Text Example


Text Example

White with #684035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684035; }

 p { color: rgb(104,64,53); }

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

background-color css

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

 a { background-color: rgb(104,64,53); }

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

border-color css

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

 span { border-color: rgb(104,64,53); }

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