#662920

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

Shades of Caput Mortuum #662920

Tints of Caput Mortuum #662920

Color information

#662920 (or 0x662920) is unknown color: approx Caput Mortuum. HEX triplet: 66, 29 and 20. RGB value is (102,41,32). Sum of RGB (Red+Green+Blue) = 102+41+32=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662920 is #99D6DF. Grayscale: #3A3A3A. Windows color (decimal): -10082016 or 2107750. OLE color: 2107750.

HSL color Cylindrical-coordinate representation of color #662920: hue angle of 7.71º 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 #662920 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1024132-
CMYK00.600.690.6
HSL7.71º52.24%26.27%-
HSV(B)7.71º68.63%40%-
XYZ6.534.511.89-
YUV58.21113.21159.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=58.29%
G=23.43%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102413200.600.690.67.7152.2426.27
Hex66292003C453C8341a
Octal146514007410574106432
Binary110011010100110000001111001000101111100100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662920; }

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

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

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

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

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

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

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

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