#612621

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

Shades of Caput Mortuum #612621

Tints of Caput Mortuum #612621

Color information

#612621 (or 0x612621) is unknown color: approx Caput Mortuum. HEX triplet: 61, 26 and 21. RGB value is (97,38,33). Sum of RGB (Red+Green+Blue) = 97+38+33=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612621 is #9ED9DE. Grayscale: #373737. Windows color (decimal): -10410463 or 2172513. OLE color: 2172513.

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

Color convert

RGB973833-
CMYK00.610.660.62
HSL4.69º49.23%25.49%-
HSV(B)4.69º65.98%38.04%-
XYZ5.94.041.91-
YUV55.07115.55157.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=57.74%
G=22.62%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97383300.610.660.624.6949.2325.49
Hex61262103D423E53119
Octal14146410751027656131
Binary11000011001101000010111101100001011111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612621; }

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

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

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

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

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

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

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

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