#652518

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

Shades of Caput Mortuum #652518

Tints of Caput Mortuum #652518

Color information

#652518 (or 0x652518) is unknown color: approx Caput Mortuum. HEX triplet: 65, 25 and 18. RGB value is (101,37,24). Sum of RGB (Red+Green+Blue) = 101+37+24=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #652518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652518 is #9ADAE7. Grayscale: #363636. Windows color (decimal): -10148584 or 1582437. OLE color: 1582437.

HSL color Cylindrical-coordinate representation of color #652518: hue angle of 10.13º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652518 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1013724-
CMYK00.630.760.60
HSL10.13º61.6%24.51%-
HSV(B)10.13º76.24%39.61%-
XYZ6.194.161.34-
YUV54.65110.7161.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 62.35%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=62.35%
G=22.84%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101372400.630.760.6010.1361.624.51
Hex65251803F4C3Ca3e19
Octal145453007711474127631
Binary11001011001011100001111111001100111100101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652518; }

 p { color: rgb(101,37,24); }

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

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

 a { background-color: rgb(101,37,24); }

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

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

 span { border-color: rgb(101,37,24); }

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