#632820

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

Shades of Caput Mortuum #632820

Tints of Caput Mortuum #632820

Color information

#632820 (or 0x632820) is unknown color: approx Caput Mortuum. HEX triplet: 63, 28 and 20. RGB value is (99,40,32). Sum of RGB (Red+Green+Blue) = 99+40+32=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632820 is #9CD7DF. Grayscale: #383838. Windows color (decimal): -10278880 or 2107491. OLE color: 2107491.

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

Color convert

RGB994032-
CMYK00.600.680.61
HSL7.16º51.15%25.69%-
HSV(B)7.16º67.68%38.82%-
XYZ6.174.271.87-
YUV56.73114.05158.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 40 (16.02% from 255) = 23.39%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=57.89%
G=23.39%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99403200.600.680.617.1651.1525.69
Hex63282003C443D7331a
Octal14350400741047576332
Binary11000111010001000000111100100010011110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632820; }

 p { color: rgb(99,40,32); }

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

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

 a { background-color: rgb(99,40,32); }

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

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

 span { border-color: rgb(99,40,32); }

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