#662A23

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

Shades of Caput Mortuum #662A23

Tints of Caput Mortuum #662A23

Color information

#662A23 (or 0x662A23) is unknown color: approx Caput Mortuum. HEX triplet: 66, 2A and 23. RGB value is (102,42,35). Sum of RGB (Red+Green+Blue) = 102+42+35=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #662A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A23 is #99D5DC. Grayscale: #3B3B3B. Windows color (decimal): -10081757 or 2304614. OLE color: 2304614.

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

Color convert

RGB1024235-
CMYK00.590.660.6
HSL6.27º48.91%26.86%-
HSV(B)6.27º65.69%40%-
XYZ6.614.62.13-
YUV59.14114.38158.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=56.98%
G=23.46%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102423500.590.660.66.2748.9126.86
Hex662A2303B423C6311b
Octal14652430731027466133
Binary11001101010101000110111011100001011110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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