#632C1E

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

Shades of Caput Mortuum #632C1E

Tints of Caput Mortuum #632C1E

Color information

#632C1E (or 0x632C1E) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2C and 1E. RGB value is (99,44,30). Sum of RGB (Red+Green+Blue) = 99+44+30=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C1E is #9CD3E1. Grayscale: #3A3A3A. Windows color (decimal): -10277858 or 1977443. OLE color: 1977443.

HSL color Cylindrical-coordinate representation of color #632C1E: hue angle of 12.17º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #632C1E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB994430-
CMYK00.560.700.61
HSL12.17º53.49%25.29%-
HSV(B)12.17º69.7%38.82%-
XYZ6.284.551.78-
YUV58.85111.72156.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=57.23%
G=25.43%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99443000.560.700.6112.1753.4925.29
Hex632C1E038463Dc3519
Octal143543607010675146531
Binary11000111011001111001110001000110111101110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632C1E; }

 p { color: rgb(99,44,30); }

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

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

 a { background-color: rgb(99,44,30); }

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

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

 span { border-color: rgb(99,44,30); }

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