#662619

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

Shades of Caput Mortuum #662619

Tints of Caput Mortuum #662619

Color information

#662619 (or 0x662619) is unknown color: approx Caput Mortuum. HEX triplet: 66, 26 and 19. RGB value is (102,38,25). Sum of RGB (Red+Green+Blue) = 102+38+25=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #662619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662619 is #99D9E6. Grayscale: #373737. Windows color (decimal): -10082791 or 1648230. OLE color: 1648230.

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

Color convert

RGB1023825-
CMYK00.630.750.6
HSL10.13º60.63%24.9%-
HSV(B)10.13º75.49%40%-
XYZ6.354.281.41-
YUV55.65110.7161.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=61.82%
G=23.03%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102382500.630.750.610.1360.6324.9
Hex66261903F4B3Ca3d19
Octal146463107711374127531
Binary11001101001101100101111111001011111100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662619; }

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

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

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

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

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

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

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

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