#68261B

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

Shades of Caput Mortuum #68261B

Tints of Caput Mortuum #68261B

Color information

#68261B (or 0x68261B) is unknown color: approx Caput Mortuum. HEX triplet: 68, 26 and 1B. RGB value is (104,38,27). Sum of RGB (Red+Green+Blue) = 104+38+27=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261B is #97D9E4. Grayscale: #383838. Windows color (decimal): -9951717 or 1779304. OLE color: 1779304.

HSL color Cylindrical-coordinate representation of color #68261B: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68261B is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1043827-
CMYK00.630.740.59
HSL8.57º58.78%25.69%-
HSV(B)8.57º74.04%40.78%-
XYZ6.64.411.54-
YUV56.48111.37161.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=61.54%
G=22.49%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104382700.630.740.598.5758.7825.69
Hex68261B03F4A3B93b1a
Octal150463307711273117332
Binary11010001001101101101111111001010111011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68261B; }

 p { color: rgb(104,38,27); }

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

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

 a { background-color: rgb(104,38,27); }

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

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

 span { border-color: rgb(104,38,27); }

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