#631E0B

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

Shades of Caput Mortuum #631E0B

Tints of Caput Mortuum #631E0B

Color information

#631E0B (or 0x631E0B) is unknown color: approx Caput Mortuum. HEX triplet: 63, 1E and 0B. RGB value is (99,30,11). Sum of RGB (Red+Green+Blue) = 99+30+11=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E0B is #9CE1F4. Grayscale: #303030. Windows color (decimal): -10281461 or 728675. OLE color: 728675.

HSL color Cylindrical-coordinate representation of color #631E0B: hue angle of 12.95º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631E0B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB993011-
CMYK00.700.890.61
HSL12.95º80%21.57%-
HSV(B)12.95º88.89%38.82%-
XYZ5.673.610.71-
YUV48.46106.86164.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=70.71%
G=21.43%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99301100.700.890.6112.958021.57
Hex631EB046593Dd5016
Octal14336130106131751512026
Binary11000111111010110100011010110011111011101101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E0B; }

 p { color: rgb(99,30,11); }

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

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

 a { background-color: rgb(99,30,11); }

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

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

 span { border-color: rgb(99,30,11); }

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