#632414

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

Shades of Caput Mortuum #632414

Tints of Caput Mortuum #632414

Color information

#632414 (or 0x632414) is unknown color: approx Caput Mortuum. HEX triplet: 63, 24 and 14. RGB value is (99,36,20). Sum of RGB (Red+Green+Blue) = 99+36+20=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632414 is #9CDBEB. Grayscale: #353535. Windows color (decimal): -10279916 or 1320035. OLE color: 1320035.

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

Color convert

RGB993620-
CMYK00.640.800.61
HSL12.15º66.39%23.33%-
HSV(B)12.15º79.8%38.82%-
XYZ5.93.961.12-
YUV53.01109.37160.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=63.87%
G=23.23%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99362000.640.800.6112.1566.3923.33
Hex632414040503Dc4217
Octal14344240100120751410227
Binary1100011100100101000100000010100001111011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632414; }

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

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

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

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

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

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

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

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