#633D38

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

Shades of Metallic Copper #633D38

Tints of Metallic Copper #633D38

Color information

#633D38 (or 0x633D38) is unknown color: approx Metallic Copper. HEX triplet: 63, 3D and 38. RGB value is (99,61,56). Sum of RGB (Red+Green+Blue) = 99+61+56=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #633D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D38 is #9CC2C7. Grayscale: #474747. Windows color (decimal): -10273480 or 3685731. OLE color: 3685731.

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

Color convert

RGB996156-
CMYK00.380.430.61
HSL6.98º27.74%30.39%-
HSV(B)6.98º43.43%38.82%-
XYZ7.536.284.56-
YUV71.79119.09147.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 61 (24.22% from 255) = 28.24%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=45.83%
G=28.24%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99615600.380.430.616.9827.7430.39
Hex633D380262B3D71c1e
Octal1437570046537573436
Binary110001111110111100001001101010111111011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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