#632410

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

Shades of Caput Mortuum #632410

Tints of Caput Mortuum #632410

Color information

#632410 (or 0x632410) is unknown color: approx Caput Mortuum. HEX triplet: 63, 24 and 10. RGB value is (99,36,16). Sum of RGB (Red+Green+Blue) = 99+36+16=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #632410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632410 is #9CDBEF. Grayscale: #343434. Windows color (decimal): -10279920 or 1057891. OLE color: 1057891.

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

Color convert

RGB993616-
CMYK00.640.840.61
HSL14.46º72.17%22.55%-
HSV(B)14.46º83.84%38.82%-
XYZ5.873.950.94-
YUV52.56107.37161.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=65.56%
G=23.84%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99361600.640.840.6114.4672.1722.55
Hex632410040543De4817
Octal14344200100124751611027
Binary1100011100100100000100000010101001111011110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632410; }

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

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

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

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

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

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

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

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