#662A1E

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

Shades of Caput Mortuum #662A1E

Tints of Caput Mortuum #662A1E

Color information

#662A1E (or 0x662A1E) is unknown color: approx Caput Mortuum. HEX triplet: 66, 2A and 1E. RGB value is (102,42,30). Sum of RGB (Red+Green+Blue) = 102+42+30=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A1E is #99D5E1. Grayscale: #3A3A3A. Windows color (decimal): -10081762 or 1976934. OLE color: 1976934.

HSL color Cylindrical-coordinate representation of color #662A1E: hue angle of 10º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662A1E is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1024230-
CMYK00.590.710.6
HSL10º54.55%25.88%-
HSV(B)10º70.59%40%-
XYZ6.544.571.77-
YUV58.57111.88158.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=58.62%
G=24.14%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102423000.590.710.61054.5525.88
Hex662A1E03B473Ca371a
Octal146523607310774126732
Binary11001101010101111001110111000111111100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662A1E; }

 p { color: rgb(102,42,30); }

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

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

 a { background-color: rgb(102,42,30); }

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

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

 span { border-color: rgb(102,42,30); }

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