#63210C

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

Shades of Caput Mortuum #63210C

Tints of Caput Mortuum #63210C

Color information

#63210C (or 0x63210C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 21 and 0C. RGB value is (99,33,12). Sum of RGB (Red+Green+Blue) = 99+33+12=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63210C is #9CDEF3. Grayscale: #323232. Windows color (decimal): -10280692 or 794979. OLE color: 794979.

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

Color convert

RGB993312-
CMYK00.670.880.61
HSL14.48º78.38%21.76%-
HSV(B)14.48º87.88%38.82%-
XYZ5.763.770.77-
YUV50.34106.37162.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=68.75%
G=22.92%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99331200.670.880.6114.4878.3821.76
Hex6321C043583De4e16
Octal14341140103130751611626
Binary110001110000111000100001110110001111011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63210C; }

 p { color: rgb(99,33,12); }

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

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

 a { background-color: rgb(99,33,12); }

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

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

 span { border-color: rgb(99,33,12); }

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