#612826

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

Shades of Caput Mortuum #612826

Tints of Caput Mortuum #612826

Color information

#612826 (or 0x612826) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 26. RGB value is (97,40,38). Sum of RGB (Red+Green+Blue) = 97+40+38=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612826 is #9ED7D9. Grayscale: #383838. Windows color (decimal): -10409946 or 2500705. OLE color: 2500705.

HSL color Cylindrical-coordinate representation of color #612826: hue angle of 2.03º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612826 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB974038-
CMYK00.590.610.62
HSL2.03º43.7%26.47%-
HSV(B)2.03º60.82%38.04%-
XYZ6.044.22.33-
YUV56.82117.38156.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=55.43%
G=22.86%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97403800.590.610.622.0343.726.47
Hex61282603B3D3E22c1a
Octal1415046073757625432
Binary110000110100010011001110111111011111101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612826; }

 p { color: rgb(97,40,38); }

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

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

 a { background-color: rgb(97,40,38); }

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

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

 span { border-color: rgb(97,40,38); }

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