#551B06

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

Shades of Caput Mortuum #551B06

Tints of Caput Mortuum #551B06

Color information

#551B06 (or 0x551B06) is unknown color: approx Caput Mortuum. HEX triplet: 55, 1B and 06. RGB value is (85,27,6). Sum of RGB (Red+Green+Blue) = 85+27+6=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B06 is #AAE4F9. Grayscale: #2A2A2A. Windows color (decimal): -11199738 or 400213. OLE color: 400213.

HSL color Cylindrical-coordinate representation of color #551B06: hue angle of 15.95º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #551B06 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85276-
CMYK00.680.930.67
HSL15.95º86.81%17.84%-
HSV(B)15.95º92.94%33.33%-
XYZ4.172.730.48-
YUV41.95107.72158.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=72.03%
G=22.88%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8527600.680.930.6715.9586.8117.84
Hex551B60445D43105712
Octal12533601041351032012722
Binary101010111011110010001001011101100001110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B06; }

 p { color: rgb(85,27,6); }

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

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

 a { background-color: rgb(85,27,6); }

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

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

 span { border-color: rgb(85,27,6); }

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