#662719

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

Shades of Caput Mortuum #662719

Tints of Caput Mortuum #662719

Color information

#662719 (or 0x662719) is unknown color: approx Caput Mortuum. HEX triplet: 66, 27 and 19. RGB value is (102,39,25). Sum of RGB (Red+Green+Blue) = 102+39+25=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #662719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662719 is #99D8E6. Grayscale: #383838. Windows color (decimal): -10082535 or 1648486. OLE color: 1648486.

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

Color convert

RGB1023925-
CMYK00.620.750.6
HSL10.91º60.63%24.9%-
HSV(B)10.91º75.49%40%-
XYZ6.384.351.42-
YUV56.24110.37160.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=61.45%
G=23.49%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102392500.620.750.610.9160.6324.9
Hex66271903E4B3Cb3d19
Octal146473107611374137531
Binary11001101001111100101111101001011111100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662719; }

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

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

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

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

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

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

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

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