#662A1B

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

Shades of Caput Mortuum #662A1B

Tints of Caput Mortuum #662A1B

Color information

#662A1B (or 0x662A1B) is unknown color: approx Caput Mortuum. HEX triplet: 66, 2A and 1B. RGB value is (102,42,27). Sum of RGB (Red+Green+Blue) = 102+42+27=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A1B is #99D5E4. Grayscale: #3A3A3A. Windows color (decimal): -10081765 or 1780326. OLE color: 1780326.

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

Color convert

RGB1024227-
CMYK00.590.740.6
HSL12º58.14%25.29%-
HSV(B)12º73.53%40%-
XYZ6.514.561.57-
YUV58.23110.38159.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=59.65%
G=24.56%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102422700.590.740.61258.1425.29
Hex662A1B03B4A3Cc3a19
Octal146523307311274147231
Binary11001101010101101101110111001010111100110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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