Html Css Color HEX #684238 Metallic Copper

📋 copy color: '#684238'

red 104 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #684238

Tints of Metallic Copper #684238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 46.02%
G = 29.2%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#684238 (or 0x684238) is known color: Metallic Copper. HEX triplet: 68, 42 and 38. RGB value is (104,66,56). Sum of RGB (Red+Green+Blue) = 104+66+56=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684238 is #97BDC7. Grayscale: #4C4C4C. Windows color (decimal): -9944520 or 3687016. OLE color: 3687016.

HSL color Cylindrical-coordinate representation of color #684238: hue angle of 12.5º 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 #684238 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 56 -
CMYK 0 0.37 0.46 0.59
HSL 12.5º 0.3% 0.31% -
HSV(B) 12.5º 0.46% 0.41% -
XYZ 8.37 7.13 4.68 -
YUV 76.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 104 66 56 0 0.37 0.46 0.59 12.5 0.3 0.31
Hex 68 42 38 0 25 2E 3B C 1E 1F
Octal 150 102 70 0 45 56 73 14 36 37
Binary 1101000 1000010 111000 0 100101 101110 111011 1100 11110 11111

Color Harmonies of #684238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684238

Black with #684238

Text Example


Text Example

White with #684238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684238; }

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

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

background-color css

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

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

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

border-color css

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

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

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