#632416

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

Shades of Caput Mortuum #632416

Tints of Caput Mortuum #632416

Color information

#632416 (or 0x632416) is unknown color: approx Caput Mortuum. HEX triplet: 63, 24 and 16. RGB value is (99,36,22). Sum of RGB (Red+Green+Blue) = 99+36+22=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632416 is #9CDBE9. Grayscale: #353535. Windows color (decimal): -10279914 or 1451107. OLE color: 1451107.

HSL color Cylindrical-coordinate representation of color #632416: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632416 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB993622-
CMYK00.640.780.61
HSL10.91º63.64%23.73%-
HSV(B)10.91º77.78%38.82%-
XYZ5.923.971.21-
YUV53.24110.37160.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=63.06%
G=22.93%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99362200.640.780.6110.9163.6423.73
Hex6324160404E3Db4018
Octal14344260100116751310030
Binary1100011100100101100100000010011101111011011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632416; }

 p { color: rgb(99,36,22); }

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

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

 a { background-color: rgb(99,36,22); }

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

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

 span { border-color: rgb(99,36,22); }

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