#662819

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

Shades of Caput Mortuum #662819

Tints of Caput Mortuum #662819

Color information

#662819 (or 0x662819) is unknown color: approx Caput Mortuum. HEX triplet: 66, 28 and 19. RGB value is (102,40,25). Sum of RGB (Red+Green+Blue) = 102+40+25=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #662819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662819 is #99D7E6. Grayscale: #383838. Windows color (decimal): -10082279 or 1648742. OLE color: 1648742.

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

Color convert

RGB1024025-
CMYK00.610.750.6
HSL11.69º60.63%24.9%-
HSV(B)11.69º75.49%40%-
XYZ6.414.411.43-
YUV56.83110.04160.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=61.08%
G=23.95%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102402500.610.750.611.6960.6324.9
Hex66281903D4B3Cc3d19
Octal146503107511374147531
Binary11001101010001100101111011001011111100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662819; }

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

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

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

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

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

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

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

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