#69220E

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

Shades of Caput Mortuum #69220E

Tints of Caput Mortuum #69220E

Color information

#69220E (or 0x69220E) is unknown color: approx Caput Mortuum. HEX triplet: 69, 22 and 0E. RGB value is (105,34,14). Sum of RGB (Red+Green+Blue) = 105+34+14=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #69220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69220E is #96DDF1. Grayscale: #353535. Windows color (decimal): -9887218 or 926313. OLE color: 926313.

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

Color convert

RGB1053414-
CMYK00.680.870.59
HSL13.19º76.47%23.33%-
HSV(B)13.19º86.67%41.18%-
XYZ6.484.180.88-
YUV52.95106.02165.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=68.63%
G=22.22%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105341400.680.870.5913.1976.4723.33
Hex6922E044573Bd4c17
Octal15142160104127731511427
Binary110100110001011100100010010101111110111101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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