#632B1A

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

Shades of Caput Mortuum #632B1A

Tints of Caput Mortuum #632B1A

Color information

#632B1A (or 0x632B1A) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2B and 1A. RGB value is (99,43,26). Sum of RGB (Red+Green+Blue) = 99+43+26=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B1A is #9CD4E5. Grayscale: #393939. Windows color (decimal): -10278118 or 1715043. OLE color: 1715043.

HSL color Cylindrical-coordinate representation of color #632B1A: hue angle of 13.97º 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 #632B1A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB994326-
CMYK00.570.740.61
HSL13.97º58.4%24.51%-
HSV(B)13.97º73.74%38.82%-
XYZ6.24.451.51-
YUV57.81110.05157.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=58.93%
G=25.60%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99432600.570.740.6113.9758.424.51
Hex632B1A0394A3De3a19
Octal143533207111275167231
Binary11000111010111101001110011001010111101111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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