#662411

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

Shades of Caput Mortuum #662411

Tints of Caput Mortuum #662411

Color information

#662411 (or 0x662411) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 11. RGB value is (102,36,17). Sum of RGB (Red+Green+Blue) = 102+36+17=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662411 is #99DBEE. Grayscale: #353535. Windows color (decimal): -10083311 or 1123430. OLE color: 1123430.

HSL color Cylindrical-coordinate representation of color #662411: hue angle of 13.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #662411 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB1023617-
CMYK00.650.830.6
HSL13.41º71.43%23.33%-
HSV(B)13.41º83.33%40%-
XYZ6.214.131-
YUV53.57107.37162.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=65.81%
G=23.23%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102361700.650.830.613.4171.4323.33
Hex662411041533Cd4717
Octal14644210101123741510727
Binary1100110100100100010100000110100111111001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662411; }

 p { color: rgb(102,36,17); }

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

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

 a { background-color: rgb(102,36,17); }

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

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

 span { border-color: rgb(102,36,17); }

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