#672311

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

Shades of Caput Mortuum #672311

Tints of Caput Mortuum #672311

Color information

#672311 (or 0x672311) is unknown color: approx Caput Mortuum. HEX triplet: 67, 23 and 11. RGB value is (103,35,17). Sum of RGB (Red+Green+Blue) = 103+35+17=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672311 is #98DCEE. Grayscale: #353535. Windows color (decimal): -10018031 or 1123175. OLE color: 1123175.

HSL color Cylindrical-coordinate representation of color #672311: hue angle of 12.56º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672311 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1033517-
CMYK00.660.830.60
HSL12.56º71.67%23.53%-
HSV(B)12.56º83.5%40.39%-
XYZ6.34.130.99-
YUV53.28107.53163.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=66.45%
G=22.58%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103351700.660.830.6012.5671.6723.53
Hex672311042533Cd4818
Octal14743210102123741511030
Binary1100111100011100010100001010100111111001101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672311; }

 p { color: rgb(103,35,17); }

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

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

 a { background-color: rgb(103,35,17); }

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

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

 span { border-color: rgb(103,35,17); }

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