#632A26

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

Shades of Caput Mortuum #632A26

Tints of Caput Mortuum #632A26

Color information

#632A26 (or 0x632A26) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2A and 26. RGB value is (99,42,38). Sum of RGB (Red+Green+Blue) = 99+42+38=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #632A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A26 is #9CD5D9. Grayscale: #3A3A3A. Windows color (decimal): -10278362 or 2501219. OLE color: 2501219.

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

Color convert

RGB994238-
CMYK00.580.620.61
HSL3.93º44.53%26.86%-
HSV(B)3.93º61.62%38.82%-
XYZ6.324.452.36-
YUV58.59116.38156.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.31%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=55.31%
G=23.46%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99423800.580.620.613.9344.5326.86
Hex632A2603A3E3D42d1b
Octal1435246072767545533
Binary1100011101010100110011101011111011110110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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