#652819

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

Shades of Caput Mortuum #652819

Tints of Caput Mortuum #652819

Color information

#652819 (or 0x652819) is unknown color: approx Caput Mortuum. HEX triplet: 65, 28 and 19. RGB value is (101,40,25). Sum of RGB (Red+Green+Blue) = 101+40+25=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #652819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652819 is #9AD7E6. Grayscale: #383838. Windows color (decimal): -10147815 or 1648741. OLE color: 1648741.

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

Color convert

RGB1014025-
CMYK00.600.750.60
HSL11.84º60.32%24.71%-
HSV(B)11.84º75.25%39.61%-
XYZ6.34.351.43-
YUV56.53110.21159.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.84%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=60.84%
G=24.10%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101402500.600.750.6011.8460.3224.71
Hex65281903C4B3Cc3c19
Octal145503107411374147431
Binary11001011010001100101111001001011111100110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652819; }

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

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

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

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

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

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

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

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