#632A1E

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

Shades of Caput Mortuum #632A1E

Tints of Caput Mortuum #632A1E

Color information

#632A1E (or 0x632A1E) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2A and 1E. RGB value is (99,42,30). Sum of RGB (Red+Green+Blue) = 99+42+30=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A1E is #9CD5E1. Grayscale: #393939. Windows color (decimal): -10278370 or 1976931. OLE color: 1976931.

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

Color convert

RGB994230-
CMYK00.580.700.61
HSL10.43º53.49%25.29%-
HSV(B)10.43º69.7%38.82%-
XYZ6.214.41.75-
YUV57.68112.38157.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.89%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=57.89%
G=24.56%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99423000.580.700.6110.4353.4925.29
Hex632A1E03A463Da3519
Octal143523607210675126531
Binary11000111010101111001110101000110111101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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