#69443B

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

Shades of Metallic Copper #69443B

Tints of Metallic Copper #69443B

Color information

#69443B (or 0x69443B) is unknown color: approx Metallic Copper. HEX triplet: 69, 44 and 3B. RGB value is (105,68,59). Sum of RGB (Red+Green+Blue) = 105+68+59=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69443B is #96BBC4. Grayscale: #4E4E4E. Windows color (decimal): -9878469 or 3884137. OLE color: 3884137.

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

Color convert

RGB1056859-
CMYK00.350.440.59
HSL11.74º28.05%32.16%-
HSV(B)11.74º43.81%41.18%-
XYZ8.687.455.12-
YUV78.04117.26147.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=45.26%
G=29.31%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105685900.350.440.5911.7428.0532.16
Hex69443B0232C3Bc1c20
Octal151104730435473143440
Binary110100110001001110110100011101100111011110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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