#632310

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

Shades of Caput Mortuum #632310

Tints of Caput Mortuum #632310

Color information

#632310 (or 0x632310) is unknown color: approx Caput Mortuum. HEX triplet: 63, 23 and 10. RGB value is (99,35,16). Sum of RGB (Red+Green+Blue) = 99+35+16=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #632310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632310 is #9CDCEF. Grayscale: #343434. Windows color (decimal): -10280176 or 1057635. OLE color: 1057635.

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

Color convert

RGB993516-
CMYK00.650.840.61
HSL13.73º72.17%22.55%-
HSV(B)13.73º83.84%38.82%-
XYZ5.843.890.93-
YUV51.97107.7161.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=66%
G=23.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99351600.650.840.6113.7372.1722.55
Hex632310041543De4817
Octal14343200101124751611027
Binary1100011100011100000100000110101001111011110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632310; }

 p { color: rgb(99,35,16); }

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

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

 a { background-color: rgb(99,35,16); }

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

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

 span { border-color: rgb(99,35,16); }

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