Html Css Color HEX #68443D Metallic Copper

📋 copy color: '#68443D'

red 104 ◦ green 68 ◦ blue 61

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

Shades of Metallic Copper #68443D

Tints of Metallic Copper #68443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 44.64%
G = 29.18%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#68443D (or 0x68443D) is known color: Metallic Copper. HEX triplet: 68, 44 and 3D. RGB value is (104,68,61). Sum of RGB (Red+Green+Blue) = 104+68+61=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443D is #97BBC2. Grayscale: #4E4E4E. Windows color (decimal): -9944003 or 4015208. OLE color: 4015208.

HSL color Cylindrical-coordinate representation of color #68443D: hue angle of 9.77º 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 #68443D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 61 -
CMYK 0 0.35 0.41 0.59
HSL 9.77º 0.26% 0.32% -
HSV(B) 9.77º 0.41% 0.41% -
XYZ 8.62 7.41 5.39 -
YUV 77.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 104 68 61 0 0.35 0.41 0.59 9.77 0.26 0.32
Hex 68 44 3D 0 23 29 3B A 1A 20
Octal 150 104 75 0 43 51 73 12 32 40
Binary 1101000 1000100 111101 0 100011 101001 111011 1010 11010 100000

Color Harmonies of #68443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68443D

Black with #68443D

Text Example


Text Example

White with #68443D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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