#612923

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

Shades of Caput Mortuum #612923

Tints of Caput Mortuum #612923

Color information

#612923 (or 0x612923) is unknown color: approx Caput Mortuum. HEX triplet: 61, 29 and 23. RGB value is (97,41,35). Sum of RGB (Red+Green+Blue) = 97+41+35=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #612923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612923 is #9ED6DC. Grayscale: #393939. Windows color (decimal): -10409693 or 2304353. OLE color: 2304353.

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

Color convert

RGB974135-
CMYK00.580.640.62
HSL5.81º46.97%25.88%-
HSV(B)5.81º63.92%38.04%-
XYZ6.034.252.09-
YUV57.06115.55156.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=56.07%
G=23.70%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97413500.580.640.625.8146.9725.88
Hex61292303A403E62f1a
Octal14151430721007665732
Binary11000011010011000110111010100000011111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612923; }

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

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

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

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

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

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

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

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