#632C20

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

Shades of Caput Mortuum #632C20

Tints of Caput Mortuum #632C20

Color information

#632C20 (or 0x632C20) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2C and 20. RGB value is (99,44,32). Sum of RGB (Red+Green+Blue) = 99+44+32=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #632C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C20 is #9CD3DF. Grayscale: #3B3B3B. Windows color (decimal): -10277856 or 2108515. OLE color: 2108515.

HSL color Cylindrical-coordinate representation of color #632C20: hue angle of 10.75º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632C20 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB994432-
CMYK00.560.680.61
HSL10.75º51.15%25.69%-
HSV(B)10.75º67.68%38.82%-
XYZ6.314.561.91-
YUV59.08112.72156.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=56.57%
G=25.14%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99443200.560.680.6110.7551.1525.69
Hex632C20038443Db331a
Octal143544007010475136332
Binary110001110110010000001110001000100111101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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