#632413

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

Shades of Caput Mortuum #632413

Tints of Caput Mortuum #632413

Color information

#632413 (or 0x632413) is unknown color: approx Caput Mortuum. HEX triplet: 63, 24 and 13. RGB value is (99,36,19). Sum of RGB (Red+Green+Blue) = 99+36+19=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632413 is #9CDBEC. Grayscale: #353535. Windows color (decimal): -10279917 or 1254499. OLE color: 1254499.

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

Color convert

RGB993619-
CMYK00.640.810.61
HSL12.75º67.8%23.14%-
HSV(B)12.75º80.81%38.82%-
XYZ5.893.961.07-
YUV52.9108.87160.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=64.29%
G=23.38%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99361900.640.810.6112.7567.823.14
Hex632413040513Dd4417
Octal14344230100121751510427
Binary1100011100100100110100000010100011111011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632413; }

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

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

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

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

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

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

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

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