Html Css Color HEX #684038 Metallic Copper

📋 copy color: '#684038'

red 104 ◦ green 64 ◦ blue 56

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

Shades of Metallic Copper #684038

Tints of Metallic Copper #684038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25%

R = 46.43%
G = 28.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#684038 (or 0x684038) is known color: Metallic Copper. HEX triplet: 68, 40 and 38. RGB value is (104,64,56). Sum of RGB (Red+Green+Blue) = 104+64+56=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #684038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684038 is #97BFC7. Grayscale: #4B4B4B. Windows color (decimal): -9945032 or 3686504. OLE color: 3686504.

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

Color convert

RGB 104 64 56 -
CMYK 0 0.38 0.46 0.59
HSL 10º 0.3% 0.31% -
HSV(B) 10º 0.46% 0.41% -
XYZ 8.26 6.9 4.64 -
YUV 75.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 104 64 56 0 0.38 0.46 0.59 10 0.3 0.31
Hex 68 40 38 0 26 2E 3B A 1E 1F
Octal 150 100 70 0 46 56 73 12 36 37
Binary 1101000 1000000 111000 0 100110 101110 111011 1010 11110 11111

Color Harmonies of #684038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684038

Black with #684038

Text Example


Text Example

White with #684038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684038; }

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

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

background-color css

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

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

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

border-color css

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

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

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