#652A19

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

Shades of Caput Mortuum #652A19

Tints of Caput Mortuum #652A19

Color information

#652A19 (or 0x652A19) is unknown color: approx Caput Mortuum. HEX triplet: 65, 2A and 19. RGB value is (101,42,25). Sum of RGB (Red+Green+Blue) = 101+42+25=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #652A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652A19 is #9AD5E6. Grayscale: #393939. Windows color (decimal): -10147303 or 1649253. OLE color: 1649253.

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

Color convert

RGB1014225-
CMYK00.580.750.60
HSL13.42º60.32%24.71%-
HSV(B)13.42º75.25%39.61%-
XYZ6.374.491.45-
YUV57.7109.55158.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 60.12%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=60.12%
G=25%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101422500.580.750.6013.4260.3224.71
Hex652A1903A4B3Cd3c19
Octal145523107211374157431
Binary11001011010101100101110101001011111100110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652A19; }

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

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

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

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

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

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

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

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