#611C05

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

Shades of Caput Mortuum #611C05

Tints of Caput Mortuum #611C05

Color information

#611C05 (or 0x611C05) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1C and 05. RGB value is (97,28,5). Sum of RGB (Red+Green+Blue) = 97+28+5=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C05 is #9EE3FA. Grayscale: #2E2E2E. Windows color (decimal): -10413051 or 334945. OLE color: 334945.

HSL color Cylindrical-coordinate representation of color #611C05: hue angle of 15º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #611C05 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97285-
CMYK00.710.950.62
HSL15º90.2%20%-
HSV(B)15º94.85%38.04%-
XYZ5.373.380.51-
YUV46.01104.86164.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=74.62%
G=21.54%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728500.710.950.621590.220
Hex611C50475F3Ef5a14
Octal1413450107137761713224
Binary1100001111001010100011110111111111101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C05; }

 p { color: rgb(97,28,5); }

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

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

 a { background-color: rgb(97,28,5); }

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

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

 span { border-color: rgb(97,28,5); }

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