#652720

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

Shades of Caput Mortuum #652720

Tints of Caput Mortuum #652720

Color information

#652720 (or 0x652720) is unknown color: approx Caput Mortuum. HEX triplet: 65, 27 and 20. RGB value is (101,39,32). Sum of RGB (Red+Green+Blue) = 101+39+32=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #652720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652720 is #9AD8DF. Grayscale: #383838. Windows color (decimal): -10148064 or 2107237. OLE color: 2107237.

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

Color convert

RGB1013932-
CMYK00.610.680.60
HSL6.09º51.88%26.08%-
HSV(B)6.09º68.32%39.61%-
XYZ6.354.321.87-
YUV56.74114.04159.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=58.72%
G=22.67%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101393200.610.680.606.0951.8826.08
Hex65272003D443C6341a
Octal14547400751047466432
Binary11001011001111000000111101100010011110011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652720; }

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

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

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

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

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

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

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

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