#662417

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

Shades of Caput Mortuum #662417

Tints of Caput Mortuum #662417

Color information

#662417 (or 0x662417) is unknown color: approx Caput Mortuum. HEX triplet: 66, 24 and 17. RGB value is (102,36,23). Sum of RGB (Red+Green+Blue) = 102+36+23=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #662417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662417 is #99DBE8. Grayscale: #363636. Windows color (decimal): -10083305 or 1516646. OLE color: 1516646.

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

Color convert

RGB1023623-
CMYK00.650.770.6
HSL9.87º63.2%24.51%-
HSV(B)9.87º77.45%40%-
XYZ6.274.151.28-
YUV54.25110.37162.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=63.35%
G=22.36%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102362300.650.770.69.8763.224.51
Hex6624170414D3Ca3f19
Octal1464427010111574127731
Binary110011010010010111010000011001101111100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662417; }

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

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

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

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

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

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

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

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