#661A1A

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

Shades of Red Oxide #661A1A

Tints of Red Oxide #661A1A

Color information

#661A1A (or 0x661A1A) is unknown color: approx Red Oxide. HEX triplet: 66, 1A and 1A. RGB value is (102,26,26). Sum of RGB (Red+Green+Blue) = 102+26+26=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #661A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A1A is #99E5E5. Grayscale: #303030. Windows color (decimal): -10085862 or 1710694. OLE color: 1710694.

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

Color convert

RGB1022626-
CMYK00.750.750.6
HSL59.38%25.1%-
HSV(B)74.51%40%-
XYZ6.043.641.36-
YUV48.72115.18166-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=66.23%
G=16.88%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102262600.750.750.6059.3825.1
Hex661A1A04B4B3C03b19
Octal146323201131137407331
Binary11001101101011010010010111001011111100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A1A; }

 p { color: rgb(102,26,26); }

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

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

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

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

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

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

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