#633A34

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

Shades of Metallic Copper #633A34

Tints of Metallic Copper #633A34

Color information

#633A34 (or 0x633A34) is unknown color: approx Metallic Copper. HEX triplet: 63, 3A and 34. RGB value is (99,58,52). Sum of RGB (Red+Green+Blue) = 99+58+52=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #633A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A34 is #9CC5CB. Grayscale: #454545. Windows color (decimal): -10274252 or 3422819. OLE color: 3422819.

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

Color convert

RGB995852-
CMYK00.410.470.61
HSL7.66º31.13%29.61%-
HSV(B)7.66º47.47%38.82%-
XYZ7.285.934.01-
YUV69.58118.08148.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=47.37%
G=27.75%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99585200.410.470.617.6631.1329.61
Hex633A340292F3D81f1e
Octal14372640515775103736
Binary1100011111010110100010100110111111110110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,58,52); }

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

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

 a { background-color: rgb(99,58,52); }

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

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

 span { border-color: rgb(99,58,52); }

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