#66271C

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

Shades of Caput Mortuum #66271C

Tints of Caput Mortuum #66271C

Color information

#66271C (or 0x66271C) is unknown color: approx Caput Mortuum. HEX triplet: 66, 27 and 1C. RGB value is (102,39,28). Sum of RGB (Red+Green+Blue) = 102+39+28=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66271C is #99D8E3. Grayscale: #383838. Windows color (decimal): -10082532 or 1845094. OLE color: 1845094.

HSL color Cylindrical-coordinate representation of color #66271C: hue angle of 8.92º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66271C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1023928-
CMYK00.620.730.6
HSL8.92º56.92%25.49%-
HSV(B)8.92º72.55%40%-
XYZ6.414.361.6-
YUV56.58111.87160.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=60.36%
G=23.08%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102392800.620.730.68.9256.9225.49
Hex66271C03E493C93919
Octal146473407611174117131
Binary11001101001111110001111101001001111100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66271C; }

 p { color: rgb(102,39,28); }

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

<style>
 a { background-color: #66271C; }

 a { background-color: rgb(102,39,28); }

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

<style>
 span { border-color: #66271C; }

 span { border-color: rgb(102,39,28); }

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