#652511

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

Shades of Caput Mortuum #652511

Tints of Caput Mortuum #652511

Color information

#652511 (or 0x652511) is unknown color: approx Caput Mortuum. HEX triplet: 65, 25 and 11. RGB value is (101,37,17). Sum of RGB (Red+Green+Blue) = 101+37+17=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #652511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652511 is #9ADAEE. Grayscale: #353535. Windows color (decimal): -10148591 or 1123685. OLE color: 1123685.

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

Color convert

RGB1013717-
CMYK00.630.830.60
HSL14.29º71.19%23.14%-
HSV(B)14.29º83.17%39.61%-
XYZ6.134.131-
YUV53.86107.2161.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 65.16%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=65.16%
G=23.87%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101371700.630.830.6014.2971.1923.14
Hex65251103F533Ce4717
Octal1454521077123741610727
Binary110010110010110001011111110100111111001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652511; }

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

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

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

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

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

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

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

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