Html Css Color HEX #68463D Metallic Copper

📋 copy color: '#68463D'

red 104 ◦ green 70 ◦ blue 61

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

Shades of Metallic Copper #68463D

Tints of Metallic Copper #68463D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 44.26%
G = 29.79%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68463D (or 0x68463D) is known color: Metallic Copper. HEX triplet: 68, 46 and 3D. RGB value is (104,70,61). Sum of RGB (Red+Green+Blue) = 104+70+61=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463D is #97B9C2. Grayscale: #4F4F4F. Windows color (decimal): -9943491 or 4015720. OLE color: 4015720.

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

Color convert

RGB 104 70 61 -
CMYK 0 0.33 0.41 0.59
HSL 12.56º 0.26% 0.32% -
HSV(B) 12.56º 0.41% 0.41% -
XYZ 8.74 7.66 5.43 -
YUV 79.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 104 70 61 0 0.33 0.41 0.59 12.56 0.26 0.32
Hex 68 46 3D 0 21 29 3B D 1A 20
Octal 150 106 75 0 41 51 73 15 32 40
Binary 1101000 1000110 111101 0 100001 101001 111011 1101 11010 100000

Color Harmonies of #68463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68463D

Black with #68463D

Text Example


Text Example

White with #68463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68463D; }

 p { color: rgb(104,70,61); }

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

background-color css

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

 a { background-color: rgb(104,70,61); }

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

border-color css

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

 span { border-color: rgb(104,70,61); }

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