#66281E

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

Shades of Caput Mortuum #66281E

Tints of Caput Mortuum #66281E

Color information

#66281E (or 0x66281E) is unknown color: approx Caput Mortuum. HEX triplet: 66, 28 and 1E. RGB value is (102,40,30). Sum of RGB (Red+Green+Blue) = 102+40+30=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #66281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66281E is #99D7E1. Grayscale: #393939. Windows color (decimal): -10082274 or 1976422. OLE color: 1976422.

HSL color Cylindrical-coordinate representation of color #66281E: hue angle of 8.33º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66281E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1024030-
CMYK00.610.710.6
HSL8.33º54.55%25.88%-
HSV(B)8.33º70.59%40%-
XYZ6.474.441.74-
YUV57.4112.54159.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=59.30%
G=23.26%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102403000.610.710.68.3354.5525.88
Hex66281E03D473C8371a
Octal146503607510774106732
Binary11001101010001111001111011000111111100100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66281E; }

 p { color: rgb(102,40,30); }

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

<style>
 a { background-color: #66281E; }

 a { background-color: rgb(102,40,30); }

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

<style>
 span { border-color: #66281E; }

 span { border-color: rgb(102,40,30); }

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