Html Css Color HEX #68453C Metallic Copper

📋 copy color: '#68453C'

red 104 ◦ green 69 ◦ blue 60

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

Shades of Metallic Copper #68453C

Tints of Metallic Copper #68453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 44.64%
G = 29.61%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#68453C (or 0x68453C) is known color: Metallic Copper. HEX triplet: 68, 45 and 3C. RGB value is (104,69,60). Sum of RGB (Red+Green+Blue) = 104+69+60=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453C is #97BAC3. Grayscale: #4E4E4E. Windows color (decimal): -9943748 or 3949928. OLE color: 3949928.

HSL color Cylindrical-coordinate representation of color #68453C: hue angle of 12.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68453C is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 60 -
CMYK 0 0.34 0.42 0.59
HSL 12.27º 0.27% 0.32% -
HSV(B) 12.27º 0.42% 0.41% -
XYZ 8.65 7.53 5.27 -
YUV 78.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 104 69 60 0 0.34 0.42 0.59 12.27 0.27 0.32
Hex 68 45 3C 0 22 2A 3B C 1B 20
Octal 150 105 74 0 42 52 73 14 33 40
Binary 1101000 1000101 111100 0 100010 101010 111011 1100 11011 100000

Color Harmonies of #68453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68453C

Black with #68453C

Text Example


Text Example

White with #68453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68453C; }

 p { color: rgb(104,69,60); }

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

background-color css

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

 a { background-color: rgb(104,69,60); }

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

border-color css

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

 span { border-color: rgb(104,69,60); }

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