#69433B

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

Shades of Metallic Copper #69433B

Tints of Metallic Copper #69433B

Color information

#69433B (or 0x69433B) is unknown color: approx Metallic Copper. HEX triplet: 69, 43 and 3B. RGB value is (105,67,59). Sum of RGB (Red+Green+Blue) = 105+67+59=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69433B is #96BCC4. Grayscale: #4D4D4D. Windows color (decimal): -9878725 or 3883881. OLE color: 3883881.

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

Color convert

RGB1056759-
CMYK00.360.440.59
HSL10.43º28.05%32.16%-
HSV(B)10.43º43.81%41.18%-
XYZ8.627.335.1-
YUV77.45117.59147.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=45.45%
G=29.00%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105675900.360.440.5910.4328.0532.16
Hex69433B0242C3Ba1c20
Octal151103730445473123440
Binary110100110000111110110100100101100111011101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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