#662822

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

Shades of Caput Mortuum #662822

Tints of Caput Mortuum #662822

Color information

#662822 (or 0x662822) is unknown color: approx Caput Mortuum. HEX triplet: 66, 28 and 22. RGB value is (102,40,34). Sum of RGB (Red+Green+Blue) = 102+40+34=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #662822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662822 is #99D7DD. Grayscale: #393939. Windows color (decimal): -10082270 or 2238566. OLE color: 2238566.

HSL color Cylindrical-coordinate representation of color #662822: hue angle of 5.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662822 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB1024034-
CMYK00.610.670.6
HSL5.29º50%26.67%-
HSV(B)5.29º66.67%40%-
XYZ6.534.462.03-
YUV57.85114.54159.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=57.95%
G=22.73%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102403400.610.670.65.295026.67
Hex66282203D433C5321b
Octal14650420751037456233
Binary11001101010001000100111101100001111110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662822; }

 p { color: rgb(102,40,34); }

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

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

 a { background-color: rgb(102,40,34); }

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

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

 span { border-color: rgb(102,40,34); }

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