#633C37

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

Shades of Metallic Copper #633C37

Tints of Metallic Copper #633C37

Color information

#633C37 (or 0x633C37) is unknown color: approx Metallic Copper. HEX triplet: 63, 3C and 37. RGB value is (99,60,55). Sum of RGB (Red+Green+Blue) = 99+60+55=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #633C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C37 is #9CC3C8. Grayscale: #474747. Windows color (decimal): -10273737 or 3619939. OLE color: 3619939.

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

Color convert

RGB996055-
CMYK00.390.440.61
HSL6.82º28.57%30.2%-
HSV(B)6.82º44.44%38.82%-
XYZ7.456.164.41-
YUV71.09118.92147.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=46.26%
G=28.04%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99605500.390.440.616.8228.5730.2
Hex633C370272C3D71d1e
Octal1437467047547573536
Binary110001111110011011101001111011001111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,60,55); }

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

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

 a { background-color: rgb(99,60,55); }

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

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

 span { border-color: rgb(99,60,55); }

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