#652713

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

Shades of Caput Mortuum #652713

Tints of Caput Mortuum #652713

Color information

#652713 (or 0x652713) is unknown color: approx Caput Mortuum. HEX triplet: 65, 27 and 13. RGB value is (101,39,19). Sum of RGB (Red+Green+Blue) = 101+39+19=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #652713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652713 is #9AD8EC. Grayscale: #373737. Windows color (decimal): -10148077 or 1255269. OLE color: 1255269.

HSL color Cylindrical-coordinate representation of color #652713: hue angle of 14.63º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652713 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1013919-
CMYK00.610.810.60
HSL14.63º68.33%23.53%-
HSV(B)14.63º81.19%39.61%-
XYZ6.214.261.11-
YUV55.26107.54160.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 63.52%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=63.52%
G=24.53%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101391900.610.810.6014.6368.3323.53
Hex65271303D513Cf4418
Octal1454723075121741710430
Binary110010110011110011011110110100011111001111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652713; }

 p { color: rgb(101,39,19); }

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

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

 a { background-color: rgb(101,39,19); }

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

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

 span { border-color: rgb(101,39,19); }

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