#652619

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

Shades of Caput Mortuum #652619

Tints of Caput Mortuum #652619

Color information

#652619 (or 0x652619) is unknown color: approx Caput Mortuum. HEX triplet: 65, 26 and 19. RGB value is (101,38,25). Sum of RGB (Red+Green+Blue) = 101+38+25=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #652619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652619 is #9AD9E6. Grayscale: #373737. Windows color (decimal): -10148327 or 1648229. OLE color: 1648229.

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

Color convert

RGB1013825-
CMYK00.620.750.60
HSL10.26º60.32%24.71%-
HSV(B)10.26º75.25%39.61%-
XYZ6.244.221.41-
YUV55.36110.87160.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.59%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=61.59%
G=23.17%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101382500.620.750.6010.2660.3224.71
Hex65261903E4B3Ca3c19
Octal145463107611374127431
Binary11001011001101100101111101001011111100101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652619; }

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

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

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

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

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

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

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

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