#632418

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

Shades of Caput Mortuum #632418

Tints of Caput Mortuum #632418

Color information

#632418 (or 0x632418) is unknown color: approx Caput Mortuum. HEX triplet: 63, 24 and 18. RGB value is (99,36,24). Sum of RGB (Red+Green+Blue) = 99+36+24=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632418 is #9CDBE7. Grayscale: #353535. Windows color (decimal): -10279912 or 1582179. OLE color: 1582179.

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

Color convert

RGB993624-
CMYK00.640.760.61
HSL9.6º60.98%24.12%-
HSV(B)9.6º75.76%38.82%-
XYZ5.943.981.32-
YUV53.47111.37160.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=62.26%
G=22.64%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99362400.640.760.619.660.9824.12
Hex6324180404C3Da3d18
Octal1434430010011475127530
Binary110001110010011000010000001001100111101101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632418; }

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

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

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

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

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

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

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

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