#693832

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

Shades of Metallic Copper #693832

Tints of Metallic Copper #693832

Color information

#693832 (or 0x693832) is unknown color: approx Metallic Copper. HEX triplet: 69, 38 and 32. RGB value is (105,56,50). Sum of RGB (Red+Green+Blue) = 105+56+50=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693832 is #96C7CD. Grayscale: #464646. Windows color (decimal): -9881550 or 3291241. OLE color: 3291241.

HSL color Cylindrical-coordinate representation of color #693832: hue angle of 6.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693832 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1055650-
CMYK00.470.520.59
HSL6.55º35.48%30.39%-
HSV(B)6.55º52.38%41.18%-
XYZ7.826.063.78-
YUV69.97116.73152.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=49.76%
G=26.54%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105565000.470.520.596.5535.4830.39
Hex69383202F343B7231e
Octal1517062057647374336
Binary1101001111000110010010111111010011101111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693832; }

 p { color: rgb(105,56,50); }

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

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

 a { background-color: rgb(105,56,50); }

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

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

 span { border-color: rgb(105,56,50); }

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