#632645

Color #632645 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #632645

Tints of Pompadour #632645

Color information

#632645 (or 0x632645) is unknown color: approx Pompadour. HEX triplet: 63, 26 and 45. RGB value is (99,38,69). Sum of RGB (Red+Green+Blue) = 99+38+69=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632645 is #9CD9BA. Grayscale: #3B3B3B. Windows color (decimal): -10279355 or 4531811. OLE color: 4531811.

HSL color Cylindrical-coordinate representation of color #632645: hue angle of 329.51º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632645 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB993869-
CMYK00.620.300.61
HSL329.51º44.53%26.86%-
HSV(B)329.51º61.62%38.82%-
XYZ6.914.476.13-
YUV59.77133.21155.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=48.06%
G=18.45%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99386900.620.300.61329.5144.5326.86
Hex63264503E1E3D14a2d1b
Octal1434610507636755125533
Binary1100011100110100010101111101111011110110100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632645; }

 p { color: rgb(99,38,69); }

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

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

 a { background-color: rgb(99,38,69); }

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

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

 span { border-color: rgb(99,38,69); }

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