Html Css Color HEX #68443A Metallic Copper

📋 copy color: '#68443A'

red 104 ◦ green 68 ◦ blue 58

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

Shades of Metallic Copper #68443A

Tints of Metallic Copper #68443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 45.22%
G = 29.57%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68443A (or 0x68443A) is known color: Metallic Copper. HEX triplet: 68, 44 and 3A. RGB value is (104,68,58). Sum of RGB (Red+Green+Blue) = 104+68+58=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443A is #97BBC5. Grayscale: #4D4D4D. Windows color (decimal): -9944006 or 3818600. OLE color: 3818600.

HSL color Cylindrical-coordinate representation of color #68443A: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68443A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 58 -
CMYK 0 0.35 0.44 0.59
HSL 13.04º 0.28% 0.32% -
HSV(B) 13.04º 0.44% 0.41% -
XYZ 8.54 7.38 4.98 -
YUV 77.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 104 68 58 0 0.35 0.44 0.59 13.04 0.28 0.32
Hex 68 44 3A 0 23 2C 3B D 1C 20
Octal 150 104 72 0 43 54 73 15 34 40
Binary 1101000 1000100 111010 0 100011 101100 111011 1101 11100 100000

Color Harmonies of #68443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68443A

Black with #68443A

Text Example


Text Example

White with #68443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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