#622714

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

Shades of Caput Mortuum #622714

Tints of Caput Mortuum #622714

Color information

#622714 (or 0x622714) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 14. RGB value is (98,39,20). Sum of RGB (Red+Green+Blue) = 98+39+20=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #622714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622714 is #9DD8EB. Grayscale: #363636. Windows color (decimal): -10344684 or 1320802. OLE color: 1320802.

HSL color Cylindrical-coordinate representation of color #622714: hue angle of 14.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #622714 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB983920-
CMYK00.600.800.62
HSL14.62º66.1%23.14%-
HSV(B)14.62º79.59%38.43%-
XYZ5.894.11.14-
YUV54.47108.55159.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=62.42%
G=24.84%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392000.600.800.6214.6266.123.14
Hex62271403C503Ef4217
Octal1424724074120761710227
Binary110001010011110100011110010100001111101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622714; }

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

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

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

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

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

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

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

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