#662919

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

Shades of Caput Mortuum #662919

Tints of Caput Mortuum #662919

Color information

#662919 (or 0x662919) is unknown color: approx Caput Mortuum. HEX triplet: 66, 29 and 19. RGB value is (102,41,25). Sum of RGB (Red+Green+Blue) = 102+41+25=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662919 is #99D6E6. Grayscale: #393939. Windows color (decimal): -10082023 or 1648998. OLE color: 1648998.

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

Color convert

RGB1024125-
CMYK00.600.750.6
HSL12.47º60.63%24.9%-
HSV(B)12.47º75.49%40%-
XYZ6.454.481.44-
YUV57.42109.71159.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=60.71%
G=24.40%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102412500.600.750.612.4760.6324.9
Hex66291903C4B3Cc3d19
Octal146513107411374147531
Binary11001101010011100101111001001011111100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662919; }

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

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

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

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

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

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

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

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