#632621

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

Shades of Caput Mortuum #632621

Tints of Caput Mortuum #632621

Color information

#632621 (or 0x632621) is unknown color: approx Caput Mortuum. HEX triplet: 63, 26 and 21. RGB value is (99,38,33). Sum of RGB (Red+Green+Blue) = 99+38+33=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632621 is #9CD9DE. Grayscale: #373737. Windows color (decimal): -10279391 or 2172515. OLE color: 2172515.

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

Color convert

RGB993833-
CMYK00.620.670.61
HSL4.55º50%25.88%-
HSV(B)4.55º66.67%38.82%-
XYZ6.114.151.92-
YUV55.67115.21158.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=58.24%
G=22.35%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99383300.620.670.614.555025.88
Hex63262103E433D5321a
Octal14346410761037556232
Binary11000111001101000010111110100001111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632621; }

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

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

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

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

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

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

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

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