#632616

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

Shades of Caput Mortuum #632616

Tints of Caput Mortuum #632616

Color information

#632616 (or 0x632616) is unknown color: approx Caput Mortuum. HEX triplet: 63, 26 and 16. RGB value is (99,38,22). Sum of RGB (Red+Green+Blue) = 99+38+22=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632616 is #9CD9E9. Grayscale: #363636. Windows color (decimal): -10279402 or 1451619. OLE color: 1451619.

HSL color Cylindrical-coordinate representation of color #632616: hue angle of 12.47º 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 #632616 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB993822-
CMYK00.620.780.61
HSL12.47º63.64%23.73%-
HSV(B)12.47º77.78%38.82%-
XYZ5.984.11.23-
YUV54.42109.71159.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=62.26%
G=23.90%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99382200.620.780.6112.4763.6423.73
Hex63261603E4E3Dc4018
Octal1434626076116751410030
Binary110001110011010110011111010011101111011100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632616; }

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

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

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

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

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

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

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

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