#63200E

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

Shades of Caput Mortuum #63200E

Tints of Caput Mortuum #63200E

Color information

#63200E (or 0x63200E) is unknown color: approx Caput Mortuum. HEX triplet: 63, 20 and 0E. RGB value is (99,32,14). Sum of RGB (Red+Green+Blue) = 99+32+14=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63200E is #9CDFF1. Grayscale: #323232. Windows color (decimal): -10280946 or 925795. OLE color: 925795.

HSL color Cylindrical-coordinate representation of color #63200E: hue angle of 12.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63200E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB993214-
CMYK00.680.860.61
HSL12.71º75.22%22.16%-
HSV(B)12.71º85.86%38.82%-
XYZ5.743.720.83-
YUV49.98107.7162.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=68.28%
G=22.07%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99321400.680.860.6112.7175.2222.16
Hex6320E044563Dd4b16
Octal14340160104126751511326
Binary110001110000011100100010010101101111011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63200E; }

 p { color: rgb(99,32,14); }

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

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

 a { background-color: rgb(99,32,14); }

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

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

 span { border-color: rgb(99,32,14); }

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