#633B33

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

Shades of Metallic Copper #633B33

Tints of Metallic Copper #633B33

Color information

#633B33 (or 0x633B33) is unknown color: approx Metallic Copper. HEX triplet: 63, 3B and 33. RGB value is (99,59,51). Sum of RGB (Red+Green+Blue) = 99+59+51=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #633B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B33 is #9CC4CC. Grayscale: #464646. Windows color (decimal): -10273997 or 3357539. OLE color: 3357539.

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

Color convert

RGB995951-
CMYK00.400.480.61
HSL10º32%29.41%-
HSV(B)10º48.48%38.82%-
XYZ7.316.023.91-
YUV70.05117.25148.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=47.37%
G=28.23%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99595100.400.480.61103229.41
Hex633B33028303Da201d
Octal14373630506075124035
Binary11000111110111100110101000110000111101101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,59,51); }

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

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

 a { background-color: rgb(99,59,51); }

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

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

 span { border-color: rgb(99,59,51); }

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