#632C1A

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

Shades of Caput Mortuum #632C1A

Tints of Caput Mortuum #632C1A

Color information

#632C1A (or 0x632C1A) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2C and 1A. RGB value is (99,44,26). Sum of RGB (Red+Green+Blue) = 99+44+26=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C1A is #9CD3E5. Grayscale: #3A3A3A. Windows color (decimal): -10277862 or 1715299. OLE color: 1715299.

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

Color convert

RGB994426-
CMYK00.560.740.61
HSL14.79º58.4%24.51%-
HSV(B)14.79º73.74%38.82%-
XYZ6.234.531.52-
YUV58.39109.72156.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 44 (17.58% from 255) = 26.04%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=58.58%
G=26.04%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99442600.560.740.6114.7958.424.51
Hex632C1A0384A3Df3a19
Octal143543207011275177231
Binary11000111011001101001110001001010111101111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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