#661816

Color #661816 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #661816

Tints of Red Oxide #661816

Color information

#661816 (or 0x661816) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 16. RGB value is (102,24,22). Sum of RGB (Red+Green+Blue) = 102+24+22=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #661816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661816 is #99E7E9. Grayscale: #2F2F2F. Windows color (decimal): -10086378 or 1448038. OLE color: 1448038.

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

Color convert

RGB1022422-
CMYK00.760.780.6
HSL1.5º64.52%24.31%-
HSV(B)1.5º78.43%40%-
XYZ5.953.541.13-
YUV47.09113.84167.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=68.92%
G=16.22%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102242200.760.780.61.564.5224.31
Hex66181604C4E3C24118
Octal1463026011411674210130
Binary1100110110001011001001100100111011110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661816; }

 p { color: rgb(102,24,22); }

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

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

 a { background-color: rgb(102,24,22); }

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

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

 span { border-color: rgb(102,24,22); }

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