#68453A

Color #68453A Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #68453A

Tints of Metallic Copper #68453A

Color information

#68453A (or 0x68453A) is unknown color: approx Metallic Copper. HEX triplet: 68, 45 and 3A. RGB value is (104,69,58). Sum of RGB (Red+Green+Blue) = 104+69+58=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453A is #97BAC5. Grayscale: #4E4E4E. Windows color (decimal): -9943750 or 3818856. OLE color: 3818856.

HSL color Cylindrical-coordinate representation of color #68453A: hue angle of 14.35º 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 #68453A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1046958-
CMYK00.340.440.59
HSL14.35º28.4%31.76%-
HSV(B)14.35º44.23%40.78%-
XYZ8.67.55-
YUV78.21116.6146.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=45.02%
G=29.87%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104695800.340.440.5914.3528.431.76
Hex68453A0222C3Be1c20
Octal150105720425473163440
Binary110100010001011110100100010101100111011111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68453A;
 }
 .AnyTagClassName
 {
   color: #68453A;
 }
</style>
background-color css

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

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

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

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

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

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