#662519

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

Shades of Caput Mortuum #662519

Tints of Caput Mortuum #662519

Color information

#662519 (or 0x662519) is unknown color: approx Caput Mortuum. HEX triplet: 66, 25 and 19. RGB value is (102,37,25). Sum of RGB (Red+Green+Blue) = 102+37+25=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #662519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662519 is #99DAE6. Grayscale: #373737. Windows color (decimal): -10083047 or 1647974. OLE color: 1647974.

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

Color convert

RGB1023725-
CMYK00.640.750.6
HSL9.35º60.63%24.9%-
HSV(B)9.35º75.49%40%-
XYZ6.324.221.4-
YUV55.07111.03161.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=62.20%
G=22.56%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102372500.640.750.69.3560.6324.9
Hex6625190404B3C93d19
Octal1464531010011374117531
Binary110011010010111001010000001001011111100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662519; }

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

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

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

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

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

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

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

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