#632217

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

Shades of Caput Mortuum #632217

Tints of Caput Mortuum #632217

Color information

#632217 (or 0x632217) is unknown color: approx Caput Mortuum. HEX triplet: 63, 22 and 17. RGB value is (99,34,23). Sum of RGB (Red+Green+Blue) = 99+34+23=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #632217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632217 is #9CDDE8. Grayscale: #343434. Windows color (decimal): -10280425 or 1516131. OLE color: 1516131.

HSL color Cylindrical-coordinate representation of color #632217: hue angle of 8.68º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632217 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB993423-
CMYK00.660.770.61
HSL8.68º62.3%23.92%-
HSV(B)8.68º76.77%38.82%-
XYZ5.873.861.25-
YUV52.18111.53161.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 23 (9.38% from 255) = 14.74%
R=63.46%
G=21.79%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99342300.660.770.618.6862.323.92
Hex6322170424D3D93e18
Octal1434227010211575117630
Binary110001110001010111010000101001101111101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632217; }

 p { color: rgb(99,34,23); }

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

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

 a { background-color: rgb(99,34,23); }

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

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

 span { border-color: rgb(99,34,23); }

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