#632511

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

Shades of Caput Mortuum #632511

Tints of Caput Mortuum #632511

Color information

#632511 (or 0x632511) is unknown color: approx Caput Mortuum. HEX triplet: 63, 25 and 11. RGB value is (99,37,17). Sum of RGB (Red+Green+Blue) = 99+37+17=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632511 is #9CDAEE. Grayscale: #353535. Windows color (decimal): -10279663 or 1123683. OLE color: 1123683.

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

Color convert

RGB993717-
CMYK00.630.830.61
HSL14.63º70.69%22.75%-
HSV(B)14.63º82.83%38.82%-
XYZ5.914.020.99-
YUV53.26107.54160.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=64.71%
G=24.18%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99371700.630.830.6114.6370.6922.75
Hex63251103F533Df4717
Octal1434521077123751710727
Binary110001110010110001011111110100111111011111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632511; }

 p { color: rgb(99,37,17); }

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

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

 a { background-color: rgb(99,37,17); }

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

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

 span { border-color: rgb(99,37,17); }

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