#69423B

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

Shades of Metallic Copper #69423B

Tints of Metallic Copper #69423B

Color information

#69423B (or 0x69423B) is unknown color: approx Metallic Copper. HEX triplet: 69, 42 and 3B. RGB value is (105,66,59). Sum of RGB (Red+Green+Blue) = 105+66+59=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69423B is #96BDC4. Grayscale: #4C4C4C. Windows color (decimal): -9878981 or 3883625. OLE color: 3883625.

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

Color convert

RGB1056659-
CMYK00.370.440.59
HSL9.13º28.05%32.16%-
HSV(B)9.13º43.81%41.18%-
XYZ8.567.225.08-
YUV76.86117.92148.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=45.65%
G=28.70%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105665900.370.440.599.1328.0532.16
Hex69423B0252C3B91c20
Octal151102730455473113440
Binary110100110000101110110100101101100111011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69423B; }

 p { color: rgb(105,66,59); }

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

<style>
 a { background-color: #69423B; }

 a { background-color: rgb(105,66,59); }

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

<style>
 span { border-color: #69423B; }

 span { border-color: rgb(105,66,59); }

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