#6A220C

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

Shades of Caput Mortuum #6A220C

Tints of Caput Mortuum #6A220C

Color information

#6A220C (or 0x6A220C) is unknown color: approx Caput Mortuum. HEX triplet: 6A, 22 and 0C. RGB value is (106,34,12). Sum of RGB (Red+Green+Blue) = 106+34+12=152 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.74% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 106 - color contains mainly: red. Hex color #6A220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A220C is #95DDF3. Grayscale: #353535. Windows color (decimal): -9821684 or 795242. OLE color: 795242.

HSL color Cylindrical-coordinate representation of color #6A220C: hue angle of 14.04º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A220C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1063412-
CMYK00.680.890.58
HSL14.04º79.66%23.14%-
HSV(B)14.04º88.68%41.57%-
XYZ6.584.230.82-
YUV53.02104.85165.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.74%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=69.74%
G=22.37%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106341200.680.890.5814.0479.6623.14
Hex6A22C044593Ae5017
Octal15242140104131721612027
Binary110101010001011000100010010110011110101110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A220C; }

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

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

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

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

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

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

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

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