#66241A

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

Shades of Caput Mortuum #66241A

Tints of Caput Mortuum #66241A

Color information

#66241A (or 0x66241A) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 1A. RGB value is (102,36,26). Sum of RGB (Red+Green+Blue) = 102+36+26=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66241A is #99DBE5. Grayscale: #363636. Windows color (decimal): -10083302 or 1713254. OLE color: 1713254.

HSL color Cylindrical-coordinate representation of color #66241A: hue angle of 7.89º 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 #66241A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1023626-
CMYK00.650.750.6
HSL7.89º59.38%25.1%-
HSV(B)7.89º74.51%40%-
XYZ6.34.161.45-
YUV54.59111.87161.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=62.20%
G=21.95%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102362600.650.750.67.8959.3825.1
Hex66241A0414B3C83b19
Octal1464432010111374107331
Binary110011010010011010010000011001011111100100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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