#61230E

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

Shades of Caput Mortuum #61230E

Tints of Caput Mortuum #61230E

Color information

#61230E (or 0x61230E) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 0E. RGB value is (97,35,14). Sum of RGB (Red+Green+Blue) = 97+35+14=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61230E is #9EDCF1. Grayscale: #333333. Windows color (decimal): -10411250 or 926561. OLE color: 926561.

HSL color Cylindrical-coordinate representation of color #61230E: hue angle of 15.18º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61230E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB973514-
CMYK00.640.860.62
HSL15.18º74.77%21.76%-
HSV(B)15.18º85.57%38.04%-
XYZ5.613.780.85-
YUV51.14107.04160.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=66.44%
G=23.97%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97351400.640.860.6215.1874.7721.76
Hex6123E040563Ef4b16
Octal14143160100126761711326
Binary110000110001111100100000010101101111101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,35,14); }

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

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

 a { background-color: rgb(97,35,14); }

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

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

 span { border-color: rgb(97,35,14); }

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