#661B1A

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

Shades of Red Oxide #661B1A

Tints of Red Oxide #661B1A

Color information

#661B1A (or 0x661B1A) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 1A. RGB value is (102,27,26). Sum of RGB (Red+Green+Blue) = 102+27+26=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B1A is #99E4E5. Grayscale: #313131. Windows color (decimal): -10085606 or 1710950. OLE color: 1710950.

HSL color Cylindrical-coordinate representation of color #661B1A: hue angle of 0.79º 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 #661B1A is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1022726-
CMYK00.740.750.6
HSL0.79º59.38%25.1%-
HSV(B)0.79º74.51%40%-
XYZ6.063.681.37-
YUV49.31114.85165.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.81%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=65.81%
G=17.42%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102272600.740.750.60.7959.3825.1
Hex661B1A04A4B3C13b19
Octal146333201121137417331
Binary11001101101111010010010101001011111100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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