#68261A

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

Shades of Caput Mortuum #68261A

Tints of Caput Mortuum #68261A

Color information

#68261A (or 0x68261A) is unknown color: approx Caput Mortuum. HEX triplet: 68, 26 and 1A. RGB value is (104,38,26). Sum of RGB (Red+Green+Blue) = 104+38+26=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261A is #97D9E5. Grayscale: #383838. Windows color (decimal): -9951718 or 1713768. OLE color: 1713768.

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

Color convert

RGB1043826-
CMYK00.630.750.59
HSL9.23º60%25.49%-
HSV(B)9.23º75%40.78%-
XYZ6.594.41.48-
YUV56.37110.87161.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=61.90%
G=22.62%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104382600.630.750.599.236025.49
Hex68261A03F4B3B93c19
Octal150463207711373117431
Binary11010001001101101001111111001011111011100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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