#611C06

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

Shades of Caput Mortuum #611C06

Tints of Caput Mortuum #611C06

Color information

#611C06 (or 0x611C06) is unknown color: approx Caput Mortuum. HEX triplet: 61, 1C and 06. RGB value is (97,28,6). Sum of RGB (Red+Green+Blue) = 97+28+6=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C06 is #9EE3F9. Grayscale: #2E2E2E. Windows color (decimal): -10413050 or 400481. OLE color: 400481.

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

Color convert

RGB97286-
CMYK00.710.940.62
HSL14.51º88.35%20.2%-
HSV(B)14.51º93.81%38.04%-
XYZ5.383.390.54-
YUV46.12105.36164.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=74.05%
G=21.37%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728600.710.940.6214.5188.3520.2
Hex611C60475E3Ef5814
Octal1413460107136761713024
Binary1100001111001100100011110111101111101111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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