#632C21

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

Shades of Caput Mortuum #632C21

Tints of Caput Mortuum #632C21

Color information

#632C21 (or 0x632C21) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2C and 21. RGB value is (99,44,33). Sum of RGB (Red+Green+Blue) = 99+44+33=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #632C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C21 is #9CD3DE. Grayscale: #3B3B3B. Windows color (decimal): -10277855 or 2174051. OLE color: 2174051.

HSL color Cylindrical-coordinate representation of color #632C21: hue angle of 10º 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 #632C21 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB994433-
CMYK00.560.670.61
HSL10º50%25.88%-
HSV(B)10º66.67%38.82%-
XYZ6.324.561.99-
YUV59.19113.22156.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=56.25%
G=25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99443300.560.670.61105025.88
Hex632C21038433Da321a
Octal143544107010375126232
Binary110001110110010000101110001000011111101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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