#661A05

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

Shades of Red Oxide #661A05

Tints of Red Oxide #661A05

Color information

#661A05 (or 0x661A05) is unknown color: approx Red Oxide. HEX triplet: 66, 1A and 05. RGB value is (102,26,5). Sum of RGB (Red+Green+Blue) = 102+26+5=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #661A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A05 is #99E5FA. Grayscale: #2E2E2E. Windows color (decimal): -10085883 or 334438. OLE color: 334438.

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

Color convert

RGB102265-
CMYK00.750.950.6
HSL12.99º90.65%20.98%-
HSV(B)12.99º95.1%40%-
XYZ5.883.570.52-
YUV46.33104.68167.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=76.69%
G=19.55%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10226500.750.950.612.9990.6520.98
Hex661A504B5F3Cd5b15
Octal1463250113137741513325
Binary1100110110101010100101110111111111001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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