#632618

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

Shades of Caput Mortuum #632618

Tints of Caput Mortuum #632618

Color information

#632618 (or 0x632618) is unknown color: approx Caput Mortuum. HEX triplet: 63, 26 and 18. RGB value is (99,38,24). Sum of RGB (Red+Green+Blue) = 99+38+24=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #632618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632618 is #9CD9E7. Grayscale: #363636. Windows color (decimal): -10279400 or 1582691. OLE color: 1582691.

HSL color Cylindrical-coordinate representation of color #632618: hue angle of 11.2º 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 #632618 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB993824-
CMYK00.620.760.61
HSL11.2º60.98%24.12%-
HSV(B)11.2º75.76%38.82%-
XYZ64.11.34-
YUV54.64110.71159.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=61.49%
G=23.60%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99382400.620.760.6111.260.9824.12
Hex63261803E4C3Db3d18
Octal143463007611475137530
Binary11000111001101100001111101001100111101101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632618; }

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

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

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

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

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

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

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

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