#69403A

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

Shades of Metallic Copper #69403A

Tints of Metallic Copper #69403A

Color information

#69403A (or 0x69403A) is unknown color: approx Metallic Copper. HEX triplet: 69, 40 and 3A. RGB value is (105,64,58). Sum of RGB (Red+Green+Blue) = 105+64+58=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #69403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69403A is #96BFC5. Grayscale: #4B4B4B. Windows color (decimal): -9879494 or 3817577. OLE color: 3817577.

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

Color convert

RGB1056458-
CMYK00.390.450.59
HSL7.66º28.83%31.96%-
HSV(B)7.66º44.76%41.18%-
XYZ8.426.984.91-
YUV75.57118.08148.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=46.26%
G=28.19%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105645800.390.450.597.6628.8331.96
Hex69403A0272D3B81d20
Octal151100720475573103540
Binary110100110000001110100100111101101111011100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,64,58); }

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

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

 a { background-color: rgb(105,64,58); }

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

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

 span { border-color: rgb(105,64,58); }

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