#633D35

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

Shades of Metallic Copper #633D35

Tints of Metallic Copper #633D35

Color information

#633D35 (or 0x633D35) is unknown color: approx Metallic Copper. HEX triplet: 63, 3D and 35. RGB value is (99,61,53). Sum of RGB (Red+Green+Blue) = 99+61+53=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #633D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D35 is #9CC2CA. Grayscale: #474747. Windows color (decimal): -10273483 or 3489123. OLE color: 3489123.

HSL color Cylindrical-coordinate representation of color #633D35: hue angle of 10.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #633D35 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB996153-
CMYK00.380.460.61
HSL10.43º30.26%29.8%-
HSV(B)10.43º46.46%38.82%-
XYZ7.466.254.18-
YUV71.45117.59147.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=46.48%
G=28.64%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99615300.380.460.6110.4330.2629.8
Hex633D350262E3Da1e1e
Octal14375650465675123636
Binary1100011111101110101010011010111011110110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D35; }

 p { color: rgb(99,61,53); }

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

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

 a { background-color: rgb(99,61,53); }

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

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

 span { border-color: rgb(99,61,53); }

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