#66261D

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

Shades of Caput Mortuum #66261D

Tints of Caput Mortuum #66261D

Color information

#66261D (or 0x66261D) is unknown color: approx Caput Mortuum. HEX triplet: 66, 26 and 1D. RGB value is (102,38,29). Sum of RGB (Red+Green+Blue) = 102+38+29=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66261D is #99D9E2. Grayscale: #383838. Windows color (decimal): -10082787 or 1910374. OLE color: 1910374.

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

Color convert

RGB1023829-
CMYK00.630.720.6
HSL7.4º55.73%25.69%-
HSV(B)7.4º71.57%40%-
XYZ6.394.31.66-
YUV56.11112.7160.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=60.36%
G=22.49%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102382900.630.720.67.455.7325.69
Hex66261D03F483C7381a
Octal14646350771107477032
Binary1100110100110111010111111100100011110011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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