#63220F

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

Shades of Caput Mortuum #63220F

Tints of Caput Mortuum #63220F

Color information

#63220F (or 0x63220F) is unknown color: approx Caput Mortuum. HEX triplet: 63, 22 and 0F. RGB value is (99,34,15). Sum of RGB (Red+Green+Blue) = 99+34+15=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63220F is #9CDDF0. Grayscale: #333333. Windows color (decimal): -10280433 or 991843. OLE color: 991843.

HSL color Cylindrical-coordinate representation of color #63220F: hue angle of 13.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63220F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB993415-
CMYK00.660.850.61
HSL13.57º73.68%22.35%-
HSV(B)13.57º84.85%38.82%-
XYZ5.83.830.89-
YUV51.27107.53162.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=66.89%
G=22.97%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99341500.660.850.6113.5773.6822.35
Hex6322F042553De4a16
Octal14342170102125751611226
Binary110001110001011110100001010101011111011110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63220F; }

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

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

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

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

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

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

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

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