#612318

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

Shades of Caput Mortuum #612318

Tints of Caput Mortuum #612318

Color information

#612318 (or 0x612318) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 18. RGB value is (97,35,24). Sum of RGB (Red+Green+Blue) = 97+35+24=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612318 is #9EDCE7. Grayscale: #343434. Windows color (decimal): -10411240 or 1581921. OLE color: 1581921.

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

Color convert

RGB973524-
CMYK00.640.750.62
HSL9.04º60.33%23.73%-
HSV(B)9.04º75.26%38.04%-
XYZ5.73.811.3-
YUV52.28112.04159.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 24 (9.77% from 255) = 15.38%
R=62.18%
G=22.44%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352400.640.750.629.0460.3323.73
Hex6123180404B3E93c18
Octal1414330010011376117430
Binary110000110001111000010000001001011111110100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612318; }

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

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

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

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

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

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

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

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