#662720

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

Shades of Caput Mortuum #662720

Tints of Caput Mortuum #662720

Color information

#662720 (or 0x662720) is unknown color: approx Caput Mortuum. HEX triplet: 66, 27 and 20. RGB value is (102,39,32). Sum of RGB (Red+Green+Blue) = 102+39+32=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662720 is #99D8DF. Grayscale: #393939. Windows color (decimal): -10082528 or 2107238. OLE color: 2107238.

HSL color Cylindrical-coordinate representation of color #662720: hue angle of 6º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662720 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1023932-
CMYK00.620.690.6
HSL52.24%26.27%-
HSV(B)68.63%40%-
XYZ6.474.381.87-
YUV57.04113.87160.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=58.96%
G=22.54%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102393200.620.690.6652.2426.27
Hex66272003E453C6341a
Octal14647400761057466432
Binary11001101001111000000111110100010111110011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662720; }

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

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

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

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

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

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

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

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