#632F44

Color #632F44 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #632F44

Tints of Tawny Port #632F44

Color information

#632F44 (or 0x632F44) is unknown color: approx Tawny Port. HEX triplet: 63, 2F and 44. RGB value is (99,47,68). Sum of RGB (Red+Green+Blue) = 99+47+68=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F44 is #9CD0BB. Grayscale: #404040. Windows color (decimal): -10277052 or 4468579. OLE color: 4468579.

HSL color Cylindrical-coordinate representation of color #632F44: hue angle of 335.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F44 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB994768-
CMYK00.530.310.61
HSL335.77º35.62%28.63%-
HSV(B)335.77º52.53%38.82%-
XYZ7.215.16.07-
YUV64.94129.73152.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 68 (26.95% from 255) = 31.78%
R=46.26%
G=21.96%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99476800.530.310.61335.7735.6228.63
Hex632F440351F3D150241d
Octal1435710406537755204435
Binary1100011101111100010001101011111111110110101000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632F44; }

 p { color: rgb(99,47,68); }

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

<style>
 a { background-color: #632F44; }

 a { background-color: rgb(99,47,68); }

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

<style>
 span { border-color: #632F44; }

 span { border-color: rgb(99,47,68); }

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