#642714

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

Shades of Caput Mortuum #642714

Tints of Caput Mortuum #642714

Color information

#642714 (or 0x642714) is unknown color: approx Caput Mortuum. HEX triplet: 64, 27 and 14. RGB value is (100,39,20). Sum of RGB (Red+Green+Blue) = 100+39+20=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #642714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642714 is #9BD8EB. Grayscale: #373737. Windows color (decimal): -10213612 or 1320804. OLE color: 1320804.

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

Color convert

RGB1003920-
CMYK00.610.80.61
HSL14.25º66.67%23.53%-
HSV(B)14.25º80%39.22%-
XYZ6.114.211.15-
YUV55.07108.21160.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=62.89%
G=24.53%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100392000.610.80.6114.2566.6723.53
Hex64271403D503De4318
Octal1444724075120751610330
Binary110010010011110100011110110100001111011110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642714; }

 p { color: rgb(100,39,20); }

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

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

 a { background-color: rgb(100,39,20); }

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

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

 span { border-color: rgb(100,39,20); }

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