#642A17

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

Shades of Caput Mortuum #642A17

Tints of Caput Mortuum #642A17

Color information

#642A17 (or 0x642A17) is unknown color: approx Caput Mortuum. HEX triplet: 64, 2A and 17. RGB value is (100,42,23). Sum of RGB (Red+Green+Blue) = 100+42+23=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #642A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A17 is #9BD5E8. Grayscale: #393939. Windows color (decimal): -10212841 or 1518180. OLE color: 1518180.

HSL color Cylindrical-coordinate representation of color #642A17: hue angle of 14.81º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642A17 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1004223-
CMYK00.580.770.61
HSL14.81º62.6%24.12%-
HSV(B)14.81º77%39.22%-
XYZ6.244.431.34-
YUV57.18108.72158.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=60.61%
G=25.45%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100422300.580.770.6114.8162.624.12
Hex642A1703A4D3Df3f18
Octal144522707211575177730
Binary11001001010101011101110101001101111101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642A17; }

 p { color: rgb(100,42,23); }

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

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

 a { background-color: rgb(100,42,23); }

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

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

 span { border-color: rgb(100,42,23); }

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