#66261A

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

Shades of Caput Mortuum #66261A

Tints of Caput Mortuum #66261A

Color information

#66261A (or 0x66261A) is unknown color: approx Caput Mortuum. HEX triplet: 66, 26 and 1A. RGB value is (102,38,26). Sum of RGB (Red+Green+Blue) = 102+38+26=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66261A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66261A is #99D9E5. Grayscale: #373737. Windows color (decimal): -10082790 or 1713766. OLE color: 1713766.

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

Color convert

RGB1023826-
CMYK00.630.750.6
HSL9.47º59.38%25.1%-
HSV(B)9.47º74.51%40%-
XYZ6.364.291.47-
YUV55.77111.2160.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=61.45%
G=22.89%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102382600.630.750.69.4759.3825.1
Hex66261A03F4B3C93b19
Octal146463207711374117331
Binary11001101001101101001111111001011111100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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