#69220C

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

Shades of Caput Mortuum #69220C

Tints of Caput Mortuum #69220C

Color information

#69220C (or 0x69220C) is unknown color: approx Caput Mortuum. HEX triplet: 69, 22 and 0C. RGB value is (105,34,12). Sum of RGB (Red+Green+Blue) = 105+34+12=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69220C is #96DDF3. Grayscale: #343434. Windows color (decimal): -9887220 or 795241. OLE color: 795241.

HSL color Cylindrical-coordinate representation of color #69220C: hue angle of 14.19º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69220C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1053412-
CMYK00.680.890.59
HSL14.19º79.49%22.94%-
HSV(B)14.19º88.57%41.18%-
XYZ6.464.170.81-
YUV52.72105.02165.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=69.54%
G=22.52%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105341200.680.890.5914.1979.4922.94
Hex6922C044593Be4f17
Octal15142140104131731611727
Binary110100110001011000100010010110011110111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69220C; }

 p { color: rgb(105,34,12); }

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

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

 a { background-color: rgb(105,34,12); }

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

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

 span { border-color: rgb(105,34,12); }

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